mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-14 21:31:50 +00:00
fix: make the migrate service run after the db
This commit is contained in:
parent
be40bbae9c
commit
83ac507ebd
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ services:
|
|||
retries: 60
|
||||
|
||||
migrate:
|
||||
depends_on:
|
||||
mysql:
|
||||
condition: service_healthy
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/production/backend/Dockerfile
|
||||
|
|
Loading…
Add table
Reference in a new issue