Skip to content

Commit

Permalink
show demo diff (local compose)
Browse files Browse the repository at this point in the history
  • Loading branch information
slobentanzer committed Mar 1, 2024
1 parent a8f29ce commit f03360c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docker-compose-local-disk.yml
Expand Up @@ -6,7 +6,7 @@ services:
image: biocypher/base:1.2.0
container_name: build
volumes:
- biocypher_neo4j_volume:/usr/app/data
- ./biocypher_neo4j_volume:/usr/app/data
- .:/src/
command:
- /bin/bash
Expand All @@ -20,7 +20,7 @@ services:
NEO4J_ACCEPT_LICENSE_AGREEMENT: "yes"
FILL_DB_ON_STARTUP: "yes"
volumes:
- biocypher_neo4j_volume:/data
- ./biocypher_neo4j_volume:/data
- ./scripts/import.sh:/scripts/import.sh
command:
- /bin/bash
Expand All @@ -33,7 +33,7 @@ services:
image: neo4j:4.4-enterprise
container_name: deploy
volumes:
- biocypher_neo4j_volume:/data
- ./biocypher_neo4j_volume:/data
environment:
NEO4J_dbms_security_auth__enabled: "false"
NEO4J_dbms_databases_default__to__read__only: "false"
Expand All @@ -44,6 +44,3 @@ services:
depends_on:
import:
condition: service_completed_successfully

volumes:
biocypher_neo4j_volume:

0 comments on commit f03360c

Please sign in to comment.