mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-07 17:18:26 -05:00
[PR #806] Add SMTP_PORT environment variable to docker-compose #4278
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/806
Author: @shgxz
Created: 4/18/2026
Status: 🔄 Open
Base:
main← Head:patch-1📝 Commits (1)
b5d7850Add SMTP_PORT environment variable to docker-compose📊 Changes
1 file changed (+3 additions, -1 deletions)
View changed files
📝
blueprints/typebot/docker-compose.yml(+3 -1)📄 Description
What is this PR about?
Due to SMTP_PORT not mentioned in docker compose file, emails were not being sent.
New PR of [Template Name]
Checklist
Before submitting this PR, please make sure that:
Issues related (if applicable)
Close automatically the related issues using the keywords:
closes #ISSUE_NUMBERScreenshots or Videos
Greptile Summary
Adds the missing
SMTP_PORTenvironment variable to bothtypebot-builderandtypebot-viewerservices in the Typebot docker-compose. The variable was already declared intemplate.tomlwith a default value of"25", so this change correctly closes the gap that was preventing emails from being sent. The only minor concern is thatSMTP_PORT: ${SMTP_PORT}is unquoted while every other env var in the file uses single-quoted substitution syntax.Confidence Score: 5/5
Safe to merge — the fix is correct and the only findings are minor style inconsistencies.
The change correctly adds the missing SMTP_PORT variable to both services, matching the existing template.toml definition. All remaining comments are P2 style suggestions about quoting consistency that don't affect runtime behavior.
No files require special attention.
Reviews (1): Last reviewed commit: "Add SMTP_PORT environment variable to do..." | Re-trigger Greptile
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.