-
Notifications
You must be signed in to change notification settings - Fork 180
Open
Description
Neo4j image: neo4j:5.26.0-bullseye / neo4j:latest
Docker version: 27.3.1
Docker compose yaml as follow:
services:
neo4j:
env_file: ".env"
image: neo4j:5.26.0-bullseye
volumes:
- /$HOME/neo4j/logs:/logs
- /$HOME/neo4j/config:/config
- /$HOME/neo4j/data:/data
- /$HOME/neo4j/plugins:/plugins
environment:
- NEO4J_AUTH=${NEO4J_AUTH}
ports:
- "7474:7474"
- "7687:7687"
healthcheck:
test: wget http://localhost:7474 || exit 1
interval: 1s
timeout: 10s
retries: 20
start_period: 15s
restart: unless-stopped
Metadata
Metadata
Assignees
Labels
No labels