Files
wehub-resource-sync 86db9aae8e
Documentation / build (push) Waiting to run
Documentation / deploy (push) Blocked by required conditions
chore: import upstream snapshot with attribution
2026-07-13 13:34:55 +08:00

24 lines
384 B
YAML

version: '3.5'
services:
dev-neo4j:
container_name: devneo4j
hostname: neo4j
image: neo4j:5.15.0-community
ports:
- 7474:7474
- 7687:7687
restart: always
volumes:
- $HOME/neo4j/data:/data
- $HOME/neo4j/logs:/logs
environment:
- NEO4J_AUTH=none