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

fix: 'not found' errors (cross-env, clinic) in prod env

This commit is contained in:
Dragory 2023-06-26 19:26:44 +00:00
parent 06a003ca09
commit 1734ba4ac9
No known key found for this signature in database

View file

@ -52,7 +52,8 @@ services:
DOCKER_USER_GID: ${DOCKER_USER_GID:?Missing DOCKER_USER_GID}
restart: on-failure
depends_on:
- prepare_backend
prepare_backend:
condition: service_completed_successfully
volumes:
- ./:/zeppelin
environment:
@ -67,7 +68,8 @@ services:
DOCKER_USER_GID: ${DOCKER_USER_GID:?Missing DOCKER_USER_GID}
restart: on-failure
depends_on:
- prepare_backend
prepare_backend:
condition: service_completed_successfully
volumes:
- ./:/zeppelin
environment: