Skip to content

Commit

Permalink
add TZ env var to deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
krustowski committed Jul 15, 2024
1 parent eda9e5e commit 56690e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ services:
environment:
API_TOKEN: ${API_TOKEN}
APP_PEPPER: ${APP_PEPPER}
TZ: ${TZ}
VAPID_PUB_KEY: ${VAPID_PUB_KEY}
healthcheck:
#test: ["CMD", "/opt/periodic-dump.sh"]
test: ["CMD", "wget", "--header", "X-Dump-Token: ${API_TOKEN}", "localhost:${DOCKER_INTERNAL_PORT}/api/v1/dump/", "-O", "-", "-S" ]
interval: 5m
timeout: 5s
Expand Down
2 changes: 1 addition & 1 deletion deployments/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ services:
MAIL_SASL_USR: ${MAIL_SASL_USR}
MAIL_SASL_PWD: ${MAIL_SASL_PWD}
REGISTRATION_ENABLED: ${REGISTRATION_ENABLED}
TZ: ${TZ}
VAPID_PUB_KEY: ${VAPID_PUB_KEY}
VAPID_PRIV_KEY: ${VAPID_PRIV_KEY}
VAPID_SUBSCRIBER: ${VAPID_SUBSCRIBER}
healthcheck:
#test: ["CMD", "/opt/periodic-dump.sh"]
test: ["CMD", "wget", "--header", "X-Dump-Token: ${API_TOKEN}", "localhost:${DOCKER_INTERNAL_PORT}/api/v1/dump/", "-O", "-", "-S" ]
interval: 5m
timeout: 5s
Expand Down

0 comments on commit 56690e4

Please sign in to comment.