We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02c84d commit ae9db9eCopy full SHA for ae9db9e
1 file changed
‎docker-compose.prod.yml‎
@@ -1,5 +1,3 @@
1
-version: "3"
2
-
3
services:
4
web:
5
build:
@@ -13,13 +11,13 @@ services:
13
11
- "9009:3000"
14
12
env_file:
15
- .env
16
- volumes:
17
- - ./app-prod:/app
18
- - /prod_app/node_modules
19
networks:
20
- production-network
+ - db-network
21
restart: unless-stopped
22
23
24
production-network:
25
driver: bridge
+ db-network:
+ external: true
0 commit comments