Skip to content

Commit

Permalink
[ALS-6666] - Fix upload root file system config path
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina authored and Luke-Sikina committed Jun 11, 2024
1 parent 5a7c629 commit e489b29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uploader/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- uploader-db
restart: always
volumes:
- /usr/local/docker-config/aws_uploads/:/gic_query_results/
- $DOCKER_CONFIG_DIR/aws_uploads/:/gic_query_results/
networks:
- hpdsNet
- picsure
Expand Down
3 changes: 2 additions & 1 deletion uploader/env-proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ DATA_UPLOAD_DB_USER=datauploaduser
DATA_UPLOAD_DB_ROOT_PASS=mycoolpassword

FILE_SHARING_ROOT=/gic_query_results
DOCKER_CONFIG_DIR=/usr/local/picsure/config/

INSTITUTIONS=bch-dev
HOME_INSTITUTION_NAME=bch-dev
HOME_INSTITUTION_DISPLAY=BCH
HOME_INSTITUTION_LONG_DISPLAY=Boston Children's Hospital

DEBUG_VARS=
PROXY_VARS=
PROXY_VARS=

0 comments on commit e489b29

Please sign in to comment.