Skip to content

Commit

Permalink
updating dockerfile and docker compose for neo4j 5, making docker pla…
Browse files Browse the repository at this point in the history
…tform an env var instead of hard coded
  • Loading branch information
EvanDietzMorris committed May 28, 2024
1 parent 905d6f7 commit 5678229
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# A docker container with neo4j, java and python for Data Services
FROM neo4j:4.4.10
FROM neo4j:5.19.0-community-bullseye

RUN apt-get update \
&& apt-get -y install python3 \
Expand Down
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
version: "3.7"
services:
orion:
platform: linux/amd64
build:
context: .
command: [python, /ORION/Common/build_manager.py, all]
Expand All @@ -12,7 +10,6 @@ services:
- ORION_GRAPH_SPEC
- ORION_GRAPH_SPEC_URL
- ORION_OUTPUT_URL
- ORION_NEO4J_PASSWORD
- EDGE_NORMALIZATION_ENDPOINT
- NODE_NORMALIZATION_ENDPOINT
- NAME_RESOLVER_ENDPOINT
Expand Down
1 change: 1 addition & 0 deletions set_up_test_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ export NODE_NORMALIZATION_ENDPOINT=https://nodenormalization-sri.renci.org/
export NAME_RESOLVER_ENDPOINT=https://name-resolution-sri.renci.org/
export ORION_OUTPUT_URL=https://localhost/ # this is currently only used to generate metadata
export BL_VERSION=4.1.6
export DOCKER_PLATFORM=linux/arm64

0 comments on commit 5678229

Please sign in to comment.