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

Fixes depends_on mysql

Fixes depends_on in the lightweight version of the docker-compose as its not using a db inside the compose stack
This commit is contained in:
Martin 2024-03-31 16:59:30 +02:00 committed by GitHub
parent 60a8bfbdf2
commit 36fbc5b27d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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