fix: updated compose
This commit is contained in:
@@ -11,6 +11,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
- 443:443
|
- 443:443
|
||||||
|
links:
|
||||||
|
- api
|
||||||
api:
|
api:
|
||||||
build: ./ipwa-backend
|
build: ./ipwa-backend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -22,6 +24,8 @@ services:
|
|||||||
- mongodb
|
- mongodb
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/:/app/config/
|
- ./config/:/app/config/
|
||||||
|
links:
|
||||||
|
- mongodb
|
||||||
mongodb:
|
mongodb:
|
||||||
image: mongo:latest
|
image: mongo:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user