3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

fix: make the migrate service run after the db

This commit is contained in:
Ruby Star 2023-07-02 16:40:18 +04:00 committed by GitHub
parent be40bbae9c
commit 83ac507ebd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,9 @@ services:
retries: 60
migrate:
depends_on:
mysql:
condition: service_healthy
build:
context: .
dockerfile: docker/production/backend/Dockerfile