Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh committed May 10, 2024
1 parent 2da9c41 commit 50be11f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/htsget/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
build:
context: $PWD/lib/htsget/htsget_app
args:
venv_python: "3.10" #"${VENV_PYTHON}"
venv_python: "${VENV_PYTHON}"
image: ${DOCKER_REGISTRY}/htsget:${HTSGET_VERSION:-latest}
labels:
- "candigv2=htsget"
Expand Down Expand Up @@ -41,6 +41,7 @@ services:
POSTGRES_USERNAME_FILE: "/run/secrets/metadata-db-user"
POSTGRES_PASSWORD_FILE: "/run/secrets/metadata-db-secret"
AGGREGATE_COUNT_THRESHOLD: ${AGGREGATE_COUNT_THRESHOLD}
CURL_CA_BUNDLE: "/etc/ssl/certs/ca-certificates.crt"
extra_hosts:
- "${CANDIG_DOMAIN}:${LOCAL_IP_ADDR}"
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion lib/htsget/htsget_app

0 comments on commit 50be11f

Please sign in to comment.