Skip to content
Snippets Groups Projects
Commit 39d1d0a6 authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

fix: docker-compose compatibility with conditionnal depends_on

parent d81a4312
No related branches found
No related tags found
1 merge request!52Dev
Pipeline #38051 failed
...@@ -33,8 +33,7 @@ services: ...@@ -33,8 +33,7 @@ services:
backend: backend:
image: registry.forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server:dev image: registry.forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server:dev
depends_on: depends_on:
database-agent: - 'database-agent'
condition: service_healthy
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment