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
|
||||
ports:
|
||||
- "805:805"
|
||||
networks:
|
||||
- caddy_network
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=805
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
caddy_network:
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue