Skip to content

Commit

Permalink
Fixed variable substituion in mailhog yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
salverius-tech committed Apr 7, 2024
1 parent 7a2857a commit 6aa712a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services-available/mailhog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ services:
- PGID=${PGID:-1000}
- TZ=${TZ}
- MH_SMTP_BIND_ADDR=${MAILHOG_SMTP_BIND_ADDR:-0.0.0.0:1025}
- MH_MAILDIR_PATH=$(MAILHOG_MAILDIR_PATH:-maildir}
- MH_STORAGE=$(MAILHOG_STORAGE_PATH:-maildir}
- MH_MAILDIR_PATH=${MAILHOG_MAILDIR_PATH:-maildir}
- MH_STORAGE=${MAILHOG_STORAGE_PATH:-maildir}
# - MH_OUTGOING_SMTP={'server name': {'name': 'Mailhog','host': 'postfix.${HOST_DOMAIN}','port': '25','email': 'noreply@${HOST_DOMAIN}' } }
labels:
- joyride.host.name=${MAILHOG_CONTAINER_NAME:-mailhog}.${HOST_DOMAIN}
Expand Down

0 comments on commit 6aa712a

Please sign in to comment.