update: add caddy network
This commit is contained in:
parent
0c7072b8d0
commit
db358e48bf
1 changed files with 6 additions and 0 deletions
|
|
@ -8,7 +8,13 @@ services:
|
||||||
pull_policy: build
|
pull_policy: build
|
||||||
ports:
|
ports:
|
||||||
- "805:805"
|
- "805:805"
|
||||||
|
networks:
|
||||||
|
- caddy_network
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- PORT=805
|
- PORT=805
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
networks:
|
||||||
|
caddy_network:
|
||||||
|
external: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue