Skip to content

Commit

Permalink
Make shiny port configurable, so we can run multiple instances
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft committed Nov 19, 2024
1 parent a58b7de commit 7022956
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ENV=test
DATA_VOLUME_PATH=./data/test_data/internal

SHINY_PORT: 3838

# For preprocessing
PREPROCESS_DB_NAME= # name of the source database
PREPROCESS_HOST= # host address for the source database
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ services:
volumes:
- ${DATA_VOLUME_PATH}:/etc/omopcat/data
ports:
- 3838:3838
- ${SHINY_PORT}:3838
2 changes: 2 additions & 0 deletions public.env.sample
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ENV=test
DATA_VOLUME_PATH=./data/test_data/public

SHINY_PORT: 3839

# For preprocessing
PREPROCESS_DB_NAME= # name of the source database
PREPROCESS_HOST= # host address for the source database
Expand Down

0 comments on commit 7022956

Please sign in to comment.