Merge pull request #413 from rubyowo/patch-2

fix: make the migrate service run after the db
This commit is contained in:
Miikka 2023-07-02 15:42:02 +03:00 committed by GitHub
commit 47886f83cb
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