corrected compose file
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
front:
|
front:
|
||||||
build: ./ipwa
|
build: ./frontend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
links:
|
links:
|
||||||
- api
|
- api
|
||||||
api:
|
api:
|
||||||
build: ./ipwa-backend
|
build: ./backend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
@@ -37,4 +37,4 @@ services:
|
|||||||
- mongodb:/data/db
|
- mongodb:/data/db
|
||||||
volumes:
|
volumes:
|
||||||
mongodb:
|
mongodb:
|
||||||
cert:
|
cert:
|
||||||
Reference in New Issue
Block a user