Add caddy network
This commit is contained in:
parent
c39306da9e
commit
21fb258d83
1 changed files with 5 additions and 5 deletions
|
|
@ -8,14 +8,14 @@ services:
|
|||
pull_policy: build
|
||||
ports:
|
||||
- "805:805"
|
||||
# networks:
|
||||
# - caddy_network
|
||||
networks:
|
||||
- caddy_network
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=805
|
||||
- VERSION=1.2
|
||||
restart: unless-stopped
|
||||
|
||||
#networks:
|
||||
# caddy_network:
|
||||
# external: true
|
||||
networks:
|
||||
caddy_network:
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue