Skip to content

Commit

Permalink
use v6 db
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Oct 10, 2023
1 parent c3ebf52 commit b803baf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
environment:
- REDIS_HOST=beebop-redis
- STORAGE_LOCATION=./storage
- DB_LOCATION=./storage/GPS_v4_references
- DB_LOCATION=./storage/GPS_v6_references
beebop-redis:
image: redis:5.0
beebop-py-worker:
Expand Down
4 changes: 2 additions & 2 deletions scripts/run_dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NETWORK=beebop_nw
VOLUME=beebop-storage
NAME_REDIS=beebop-redis
NAME_API=beebop-py-api
API_BRANCH=main
API_BRANCH=bacpop-25
NAME_WORKER=beebop-py-worker
PORT=5000

Expand All @@ -20,7 +20,7 @@ docker run -d --rm --name $NAME_API --network=$NETWORK \
--pull always \
--env=REDIS_HOST="$NAME_REDIS" \
--env=STORAGE_LOCATION="./storage" \
--env=DB_LOCATION="./storage/GPS_v4_references" \
--env=DB_LOCATION="./storage/GPS_v6_references" \
-v $VOLUME:/beebop/storage \
-p $PORT:5000 \
mrcide/beebop-py:$API_BRANCH

0 comments on commit b803baf

Please sign in to comment.