Update docker-compose.yml (#127)

This commit is contained in:
Siddhant Agarwal
2024-02-21 14:07:35 +05:30
committed by GitHub
parent 966563c8f4
commit c44aa6494d

View File

@@ -41,6 +41,7 @@ services:
- NEO4J_AUTH=${NEO4J_USERNAME-neo4j}/${NEO4J_PASSWORD-password}
- NEO4J_PLUGINS=["apoc"]
- NEO4J_db_tx__log_rotation_retention__policy=false
- NEO4J_dbms_security_procedures_unrestricted=apoc.*
healthcheck:
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider localhost:7474 || exit 1"]
interval: 5s