Update mcp_server/docker/docker-compose-neo4j.yml
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Lint with Ruff / ruff (push) Waiting to run
Pyright Type Check / pyright (push) Waiting to run
Tests / unit-tests (push) Waiting to run
Tests / database-integration-tests (push) Waiting to run

This commit is contained in:
gmakstutis 2025-12-14 19:59:39 +00:00
parent f3132dc763
commit 8bbf068eae

View file

@ -27,9 +27,9 @@ services:
build: build:
context: .. context: ..
dockerfile: docker/Dockerfile.standalone dockerfile: docker/Dockerfile.standalone
env_file: #env_file:
- path: ../.env # - path: ../.env
required: true # required: true
depends_on: depends_on:
neo4j: neo4j:
condition: service_healthy condition: service_healthy