[PR #477] [CLOSED] Parameterize service URLs with APP_NAME variable #486

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/477
Author: @Damianko135
Created: 10/24/2025
Status: Closed

Base: mainHead: Damianko135-Fix-DNS-resolution-supabase


📝 Commits (1)

  • 787bcbe Parameterize service URLs with APP_NAME variable

📊 Changes

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

View changed files

📝 blueprints/supabase/template.toml (+35 -35)

📄 Description

Updated service, transform, and sink URLs in template.toml to use the ${APP_NAME} variable for improved environment flexibility and consistency. This change enables easier deployment of multiple Supabase instances by dynamically setting service names and endpoints.The change also resolves internal Docker DNS resolution issues experienced by Kong.

image image

With this fix, it should become:

image image

🔄 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/477 **Author:** [@Damianko135](https://github.com/Damianko135) **Created:** 10/24/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `Damianko135-Fix-DNS-resolution-supabase` --- ### 📝 Commits (1) - [`787bcbe`](https://github.com/Dokploy/templates/commit/787bcbee29a701dda63ee75c29796d2c3893e015) Parameterize service URLs with APP_NAME variable ### 📊 Changes **1 file changed** (+35 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `blueprints/supabase/template.toml` (+35 -35) </details> ### 📄 Description Updated service, transform, and sink URLs in template.toml to use the ${APP_NAME} variable for improved environment flexibility and consistency. This change enables easier deployment of multiple Supabase instances by dynamically setting service names and endpoints.The change also resolves internal Docker DNS resolution issues experienced by Kong. <img width="968" height="253" alt="image" src="https://github.com/user-attachments/assets/4a937587-f7ec-4ff3-80eb-e1bdee16fd55" /> <img width="1086" height="91" alt="image" src="https://github.com/user-attachments/assets/d41b20e3-51eb-456f-a83b-c3d77c6ce899" /> With this fix, it should become: <img width="1069" height="238" alt="image" src="https://github.com/user-attachments/assets/e03c9e51-ffbb-4587-9a2f-dffff382080a" /> <img width="1225" height="192" alt="image" src="https://github.com/user-attachments/assets/a7f9df92-fec7-427e-9093-8e735106e57e" /> --- <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:36 -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#486