mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05: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:
|
daemon:
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
- web
|
||||||
env_file: nopaque.env
|
env_file: nopaque.env
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:172.17.0.1"
|
- "host.docker.internal:172.17.0.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user