tons of fun
This commit is contained in:
@ -54,5 +54,17 @@ services:
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
neo4j:
|
||||
image: neo4j:5.18
|
||||
container_name: nip_neo4j
|
||||
ports:
|
||||
- '7474:7474'
|
||||
- '7687:7687'
|
||||
environment:
|
||||
- NEO4J_AUTH=neo4j/your_secure_password
|
||||
volumes:
|
||||
- neo4j_data:/data
|
||||
|
||||
volumes:
|
||||
plant_price_tracker_mysql_data:
|
||||
neo4j_data:
|
||||
|
Reference in New Issue
Block a user