Skip to content

Commit

Permalink
DRS: set SERVICE_BASE_URL env var
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jul 18, 2023
1 parent a642ae7 commit 8279d3f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib/drs/docker-compose.drs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@ services:
container_name: ${BENTOV2_DRS_CONTAINER_NAME}
environment:
- BENTO_UID

- FLASK_DEBUG=False

- BENTO_DRS_CONTAINER_DATA_VOLUME_DIR # Special container-only variable to specify where the volume is mounted
- DATABASE=${BENTO_DRS_CONTAINER_DATA_VOLUME_DIR}/db/ # slightly confused naming, folder for database to go in
- DATA=${BENTO_DRS_CONTAINER_DATA_VOLUME_DIR}/obj/ # DRS file objects, vs. the database

- SERVICE_BASE_URL=${BENTOV2_PUBLIC_URL}/api/drs
- INTERNAL_PORT=${BENTOV2_DRS_INTERNAL_PORT}

- BENTO_URL=${BENTOV2_PORTAL_PUBLIC_URL_TRAILING_SLASH}
- SERVICE_URL_BASE_PATH=/api/drs

- CORS_ORIGINS=${BENTO_CORS_ORIGINS}
networks:
- drs-net
Expand Down

0 comments on commit 8279d3f

Please sign in to comment.