7 lines
172 B
Plaintext
7 lines
172 B
Plaintext
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" |