3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00

Merge pull request #466 from martinbndr/fix-docker-compose-lightweight-db

Fixes depends_on mysql
This commit is contained in:
Miikka 2024-03-31 18:31:54 +03:00 committed by GitHub
commit b51543ea2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,9 +2,6 @@ version: '3'
name: zeppelin-prod
services:
migrate:
depends_on:
mysql:
condition: service_healthy
build: &build
context: .
args: