Skip to content

Commit

Permalink
fix: bad env var namings for healthcheck timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Sep 26, 2024
1 parent 865fee5 commit 9725c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/public/docker-compose.public.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- ${PWD}/lib/public/branding.png:/bento-public/dist/public/assets/branding.png:ro
healthcheck:
test: [ "CMD", "curl", "http://localhost:${BENTO_PUBLIC_INTERNAL_PORT}/service-info" ]
timeout: ${BENTOV2_HEALTHCHECK_TIMEOUT}
timeout: ${BENTO_HEALTHCHECK_TIMEOUT}
interval: ${BENTO_HEALTHCHECK_INTERVAL}
start_period: ${BENTO_HEALTHCHECK_START_PERIOD}
start_interval: ${BENTO_HEALTHCHECK_START_INTERVAL}
Expand Down
2 changes: 1 addition & 1 deletion lib/wes/docker-compose.wes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
cpu_shares: 1024
healthcheck:
test: [ "CMD", "curl", "http://localhost:${BENTOV2_WES_INTERNAL_PORT}/service-info" ]
timeout: ${BENTOV2_HEALTHCHECK_TIMEOUT}
timeout: ${BENTO_HEALTHCHECK_TIMEOUT}
interval: ${BENTO_HEALTHCHECK_INTERVAL}
start_period: ${BENTO_HEALTHCHECK_START_PERIOD}
start_interval: ${BENTO_HEALTHCHECK_START_INTERVAL}
Expand Down

0 comments on commit 9725c43

Please sign in to comment.