Skip to content
Extraits de code Groupes Projets
Valider 92758435 rédigé par Guillaume Schurck's avatar Guillaume Schurck
Parcourir les fichiers

update docker

parent e279d1a8
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -10,7 +10,6 @@ services: ...@@ -10,7 +10,6 @@ services:
- "7687:7687" - "7687:7687"
volumes: volumes:
- ./neo4j/import:/var/lib/neo4j/import - ./neo4j/import:/var/lib/neo4j/import
- ./neo4j/conf:/var/lib/neo4j/conf
- ./neo4j/data:/var/lib/neo4j/data - ./neo4j/data:/var/lib/neo4j/data
redis: redis:
image: "redis:alpine" image: "redis:alpine"
......
FROM neo4j:4.4.0 FROM neo4j:4.4.0
COPY import/* import/
COPY import/data.csv import/
#ARG UID
#ARG GID
#
#ENV UID=${UID}
#ENV GID=${GID}
#
#RUN addgroup -g ${GID} --system neo4j
#RUN adduser -G neo4j --system -D -s /bin/sh -u ${UID} neo4j
#COPY import/* import/
#RUN bash -c "neo4j-admin load --from=/import/software-graph.dump --verbose --database=software-graph" #RUN bash -c "neo4j-admin load --from=/import/software-graph.dump --verbose --database=software-graph"
#RUN bash -c "neo4j-admin load --from=import/software-graph.dump --database=data --force --verbose" #RUN bash -c "neo4j-admin load --from=import/software-graph.dump --database=data --force --verbose"
#RUN bash -c "cypher-shell -u neo4j -p test --non-interactive -f import/data_cypher" #RUN bash -c "cypher-shell -u neo4j -p test --non-interactive -f import/data_cypher"
USER neo4j
EXPOSE 7474 7473 7687 EXPOSE 7474 7473 7687
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter