Add depends on DB for backend
This commit is contained in:
@@ -13,6 +13,8 @@ services:
|
|||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-backend:latest
|
image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-backend:latest
|
||||||
|
depends_on:
|
||||||
|
- db
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user