feat:#10 added neo4j docker and setup readme for new component

This commit is contained in:
Elmar Kresse
2024-02-28 13:19:02 +01:00
parent 115ff9026c
commit 4b3137f694
2 changed files with 30 additions and 0 deletions

View File

@@ -1,6 +1,17 @@
version: "3.9"
services:
htwkalender-db:
image: neo4j:5.17
environment:
NEO4J_AUTH: neo4j/htwkalender-db
ports:
- "7687:7687"
- "7474:7474"
volumes:
- neo4j_data:/data
htwkalender-backend:
build:
dockerfile: Dockerfile
@@ -37,3 +48,4 @@ services:
volumes:
pb_data:
neo4j_data: