conductor-checkpoint-msg_014jJQ4FkGU4485gF41K2suG
This commit is contained in:
parent
ef2e95cb1b
commit
6a9f27d33c
3 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ services:
|
|||
context: ..
|
||||
dockerfile: docker/Dockerfile
|
||||
env_file:
|
||||
- path: .env
|
||||
- path: ../.env
|
||||
required: false # Makes the file optional. Default value is 'true'
|
||||
depends_on:
|
||||
falkordb:
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ services:
|
|||
context: ..
|
||||
dockerfile: docker/Dockerfile
|
||||
env_file:
|
||||
- path: .env
|
||||
- path: ../.env
|
||||
required: false # Makes the file optional. Default value is 'true'
|
||||
depends_on:
|
||||
neo4j:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ services:
|
|||
context: ..
|
||||
dockerfile: docker/Dockerfile
|
||||
env_file:
|
||||
- path: .env
|
||||
- path: ../.env
|
||||
required: false # Makes the file optional. Default value is 'true'
|
||||
environment:
|
||||
# Database configuration for KuzuDB - using persistent storage
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue