conductor-checkpoint-msg_014jJQ4FkGU4485gF41K2suG

This commit is contained in:
Daniel Chalef 2025-10-30 07:41:21 -07:00
parent ef2e95cb1b
commit 6a9f27d33c
3 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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