Add caddy_network
This commit is contained in:
parent
1110777675
commit
b823117726
1 changed files with 8 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
version: '3.1'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
build:
|
build:
|
||||||
|
|
@ -9,6 +9,11 @@ services:
|
||||||
- "801:801"
|
- "801:801"
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- BUILD_VERSION=1
|
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
networks:
|
||||||
|
- caddy_network
|
||||||
|
|
||||||
|
networks:
|
||||||
|
caddy_network:
|
||||||
|
external: true
|
||||||
Loading…
Add table
Reference in a new issue