[PR #470] [MERGED] Fix : Bad Gateway error in Automatisch template - port mismatch -#2870 #479

Closed
opened 2025-11-22 20:39:28 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/470
Author: @Harikrishnan1367709
Created: 10/23/2025
Status: Merged
Merged: 10/25/2025
Merged by: @Siumauricio

Base: mainHead: Domain-access-not-working-(Bad-Gateway)-for-Automatisch-#2870


📝 Commits (1)

  • 4c7daea fix(automatisch): resolve Bad Gateway by fixing port mismatch (443→3000)

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 blueprints/automatisch/docker-compose.yml (+2 -2)

📄 Description

Problem: Bad Gateway error due to port mismatch between Traefik (3000) and app (443)

Fix:

  • Changed exposed port from 443 to 3000
  • Updated PORT env var from 443 to 3000
Screenshot 2025-10-23 at 12 53 21 PM

Fixes #2870


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/470 **Author:** [@Harikrishnan1367709](https://github.com/Harikrishnan1367709) **Created:** 10/23/2025 **Status:** ✅ Merged **Merged:** 10/25/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `Domain-access-not-working-(Bad-Gateway)-for-Automatisch-#2870` --- ### 📝 Commits (1) - [`4c7daea`](https://github.com/Dokploy/templates/commit/4c7daead4ac78e2d7a61cfc9773ae901e4b46d69) fix(automatisch): resolve Bad Gateway by fixing port mismatch (443→3000) ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `blueprints/automatisch/docker-compose.yml` (+2 -2) </details> ### 📄 Description **Problem:** Bad Gateway error due to port mismatch between Traefik (3000) and app (443) **Fix:** - Changed exposed port from 443 to 3000 - Updated PORT env var from 443 to 3000 <img width="1704" height="987" alt="Screenshot 2025-10-23 at 12 53 21 PM" src="https://github.com/user-attachments/assets/c55901ad-dcfe-4d82-ab01-154a29bda0b7" /> Fixes #2870 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:39:28 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#479