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