Skip to content

Parameterize mail host and port in Docker Compose for configurability - #14

Merged
roble merged 2 commits into
mainfrom
dev
Jul 16, 2026
Merged

Parameterize mail host and port in Docker Compose for configurability#14
roble merged 2 commits into
mainfrom
dev

Conversation

@roble

@roble roble commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

This pull request makes a small improvement to the docker-compose.yml configuration. The change updates the way mail server environment variables are set, allowing for easier customization.

  • stubs/docker/docker-compose.yml: Changed MAIL_HOST and MAIL_PORT to use environment variable substitution with defaults (${MAIL_HOST:-mailpit} and ${MAIL_PORT:-1025}), making it easier to override these values without editing the file.

@roble
roble merged commit 98128f3 into main Jul 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant