From 13583bd6abc2addbcededaf673432cd9a8159889 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Wed, 9 Oct 2019 19:33:22 +0300 Subject: [PATCH] Add depends on DB for backend --- stack-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stack-compose.yml b/stack-compose.yml index 9f0a2fe..9e0443c 100644 --- a/stack-compose.yml +++ b/stack-compose.yml @@ -13,6 +13,8 @@ services: backend: image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-backend:latest + depends_on: + - db ports: - 8000:8000 environment: