Skip to content

Commit 4e62ac8

Browse files
Add kool_global network
1 parent 731a373 commit 4e62ac8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

kool.services.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,12 @@ services:
1010
- '.:/app'
1111
ports:
1212
- '3000:3000'
13+
networks:
14+
kool_global:
15+
aliases:
16+
- pdf_dev
17+
18+
networks:
19+
kool_global:
20+
external: true
21+
name: "${KOOL_GLOBAL_NETWORK:-kool_global}"

0 commit comments

Comments
 (0)