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