mirror of
https://github.com/docker/genai-stack.git
synced 2024-08-30 16:49:54 +03:00
Update docker-compose.yml (#127)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user