Skip to content

Commit

Permalink
feat: update healthchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Mar 24, 2023
1 parent 28d607c commit 5e2a252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stacks/healthchecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
- EMAIL_HOST_USER=${SMTP_USER}
- EMAIL_PORT=${SMTP_PORT:-587}
- EMAIL_USE_TLS=${SMTP_TLS:-True}
- EMAIL_USE_SSL=${SMTP_SSL:False}
- EMAIL_USE_VERIFICATION=True
- PING_EMAIL_DOMAIN=${DOMAIN:-healthchecks.localhost}
- PING_ENDPOINT=${SCHEME:-https}://${DOMAIN:-healthchecks.localhost}/ping/
Expand Down

0 comments on commit 5e2a252

Please sign in to comment.