Environment variable file:
mv .env.example .env
Update/add any environemnt variables in the .env
file.
To run (in detached mode):
docker compose up --build -d
This creates a docker container with neo4j (5.26) and prepoulates it by running all the .cypher
scripts in the /src/cypher
folder.
Since the database is persistant in the mounted volumns, after the first deployment, (optionally) move the .cypher
scripts, so that they are not attempted to be loaded again.