Files
AI/참고/neo4j-graphrag-python-main/tests/e2e/docker-compose.neo4j2026.yml

13 lines
281 B
YAML
Raw Normal View History

2026-05-12 19:40:31 +09:00
---
services:
neo4j:
image: neo4j:2026.02.2-enterprise
ports:
- 7687:7687
- 7474:7474
environment:
NEO4J_AUTH: neo4j/password
NEO4J_ACCEPT_LICENSE_AGREEMENT: "yes"
NEO4J_PLUGINS: "[\"apoc\"]"
NEO4J_server_memory_heap_max__size: 6G