CTA / Dockerfile

Commit History

Fix: pre-create Neo4j dir structure, remove run dir redirect, lower memory
f014957

TheQuantEd commited on

Fix: use sed to replace Neo4j conf keys, no duplicate declarations
4c8b445

TheQuantEd commited on

Fix: no symlinks, chown /data/neo4j to neo4j user, direct console output to supervisord
d150c4c

TheQuantEd commited on

Fix: install Neo4j+cypher-shell via official Debian apt repo (no tar.gz/APOC download)
9c55c11

TheQuantEd commited on

Fix: Neo4j 5.24.0 + APOC 5.24.0 hardcoded (confirmed published)
50a3cfd

TheQuantEd commited on

Fix: Neo4j 5.26.0 (APOC available) + correct graphrag schema from seeder
b40cc1f

TheQuantEd commited on

Fix: install APOC plugin + allow apoc.* procedures in Neo4j config
89f66fe

TheQuantEd commited on

Fix: upgrade Java 17→21 for Neo4j 2026.x compatibility
fec9d49

TheQuantEd commited on

Fix: empty Neo4j startup + auto-seed on first boot
6fa287a

TheQuantEd commited on

Fix APOC: keep plugins in /opt/neo4j/plugins (not /data), use direct neo4j_conn for graph stats
1428c0f

TheQuantEd commited on

Fix Neo4j auth: disable auth for demo deployment (NEO4J_AUTH=none), simplify entrypoint
a37ed50

TheQuantEd commited on

Fix Neo4j auth: use NEO4J_AUTH env var (Neo4j 5.x standard), remove broken cypher-shell bootstrap
cd1a891

TheQuantEd commited on

Add Dockerfile to repo root for HuggingFace Spaces build
6b12e79

TheQuantEd commited on