Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
hotfix: smtp credentials as parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed May 27, 2023
1 parent 2a99433 commit b2f5f34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ services:
CORS: "https://sel2-1.ugent.be"
DISABLE_AUTH: "false"
ERROR_LOGGER: "false"
SMTP_HOST: ""
SMTP_PORT: ""
SMTP_MAIL_ADDRESS: ""
SMTP_HOST: $SMTP_HOST
SMTP_PORT: $SMTP_PORT
SMTP_MAIL_ADDRESS: $SMTP_MAIL_ADDRESS
SMTP_MAIL_PASSWORD: $SMTP_MAIL_PASSWORD
SENTRY_DSN: $SENTRY_DSN
restart: always
Expand Down

0 comments on commit b2f5f34

Please sign in to comment.