Files

7 lines
172 B
Plaintext
Raw Permalink Normal View History

2026-05-13 19:57:34 +09:00
IMAGE_VERSION=neo4j:5.21.0
SPEC=ontocast
CONTAINER_NAME="${SPEC}.neo4j"
NEO4J_PORT=7476
NEO4J_BOLT_PORT=7689
NEO4J_PLUGINS='["n10s"]'
NEO4J_AUTH="neo4j/test!passfortesting"