Let daemon depend on web container, to make sure that db migrations are applied before daemon starts.

This commit is contained in:
Patrick Jentsch 2020-05-19 09:27:21 +02:00
parent 6f842a1092
commit c93d641fe4

View File

@ -43,6 +43,7 @@ services:
daemon:
depends_on:
- db
- web
env_file: nopaque.env
extra_hosts:
- "host.docker.internal:172.17.0.1"