mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 17:20:15 +02:00
Fix depends_on syntax
This commit is contained in:
@ -4,7 +4,7 @@ services:
|
|||||||
fhir2sql:
|
fhir2sql:
|
||||||
depends_on:
|
depends_on:
|
||||||
- "dashboard-db"
|
- "dashboard-db"
|
||||||
- [ blaze ]
|
- "blaze"
|
||||||
image: docker.verbis.dkfz.de/cache/samply/fhir2sql:latest
|
image: docker.verbis.dkfz.de/cache/samply/fhir2sql:latest
|
||||||
container_name: bridgehead-ccp-dashboard-fhir2sql
|
container_name: bridgehead-ccp-dashboard-fhir2sql
|
||||||
environment:
|
environment:
|
||||||
|
Reference in New Issue
Block a user