mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Let daemon depend on web container, to make sure that db migrations are applied before daemon starts.
This commit is contained in:
parent
6f842a1092
commit
c93d641fe4
@ -43,6 +43,7 @@ services:
|
||||
daemon:
|
||||
depends_on:
|
||||
- db
|
||||
- web
|
||||
env_file: nopaque.env
|
||||
extra_hosts:
|
||||
- "host.docker.internal:172.17.0.1"
|
||||
|
Loading…
Reference in New Issue
Block a user