[PR #76] [MERGED] ⬆️ Update Supabase template to version 1.25.03 #204

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/76
Author: @malko
Created: 4/13/2025
Status: Merged
Merged: 5/28/2025
Merged by: @Siumauricio

Base: mainHead: supabase-1.25.03


📝 Commits (10+)

  • 9bead63 ⬆️ Update Supabase template to version 1.25.03
  • dd0d8e0 🐛 Fix url in mail pointing to kong
  • 78a6e19 Use new jwt helpers to generate unique jwts
  • 656fb24 📝 Update README to reflect new changes in helpers
  • ebcb642 Add pre0.21.8 version of supabase template + use jwt generation in newer template
  • 9deebbb 🔧 Add field dokploy_version for supabase templates
  • faf6981 ⬆️ Update supabase version to 1.25.04 for dokploy >=0.1.28
  • f9ae04c 🐛 Fix logs in supabase by adding dynamic container names and modifying vector.yml
  • fd57086 ⬆️ Backport supabase 1.25.04 for dokploy < 0.21.8
  • 34e7c7f 📝 Add link to supabase self-hosting documentation in env file

📊 Changes

7 files changed (+2129 additions, -225 deletions)

View changed files

📝 README.md (+25 -5)
blueprints/pre0.22.5-supabase/docker-compose.yml (+535 -0)
blueprints/pre0.22.5-supabase/supabase.svg (+15 -0)
blueprints/pre0.22.5-supabase/template.toml (+1069 -0)
📝 blueprints/supabase/docker-compose.yml (+241 -154)
📝 blueprints/supabase/template.toml (+225 -62)
📝 meta.json (+19 -4)

📄 Description

  • Upgrade to supabase 1.25.03
  • Add supavisor which wasn't part of previous template
  • Fix mail are now correctly sent (was not the case in previous PR)
  • Fix Dify (#73)

🔄 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/76 **Author:** [@malko](https://github.com/malko) **Created:** 4/13/2025 **Status:** ✅ Merged **Merged:** 5/28/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `supabase-1.25.03` --- ### 📝 Commits (10+) - [`9bead63`](https://github.com/Dokploy/templates/commit/9bead63fd15664f787c523015ceddccc7b848f5a) ⬆️ Update Supabase template to version 1.25.03 - [`dd0d8e0`](https://github.com/Dokploy/templates/commit/dd0d8e000168d1b3e39d303ae8b887e4afa30ebd) 🐛 Fix url in mail pointing to kong - [`78a6e19`](https://github.com/Dokploy/templates/commit/78a6e19972be1b3aff5c9e6e9b7d3bd91a02b833) ✨ Use new jwt helpers to generate unique jwts - [`656fb24`](https://github.com/Dokploy/templates/commit/656fb24f8f5f698b68093706c25a66bffd6e97d9) 📝 Update README to reflect new changes in helpers - [`ebcb642`](https://github.com/Dokploy/templates/commit/ebcb642d90c02060e68a5ac6ba3ca4dbc304bb6a) ✨ Add pre0.21.8 version of supabase template + use jwt generation in newer template - [`9deebbb`](https://github.com/Dokploy/templates/commit/9deebbb6c6e566e733ad7e6e61a3bd4254c322ac) 🔧 Add field dokploy_version for supabase templates - [`faf6981`](https://github.com/Dokploy/templates/commit/faf69813e91b60fae79c0a30d42990e82274fe5e) ⬆️ Update supabase version to 1.25.04 for dokploy >=0.1.28 - [`f9ae04c`](https://github.com/Dokploy/templates/commit/f9ae04c44abd108bdc83d13bbbcffc31a96f698c) 🐛 Fix logs in supabase by adding dynamic container names and modifying vector.yml - [`fd57086`](https://github.com/Dokploy/templates/commit/fd57086f09f2e6e48985efae73f2d878a87905f4) ⬆️ Backport supabase 1.25.04 for dokploy < 0.21.8 - [`34e7c7f`](https://github.com/Dokploy/templates/commit/34e7c7f4b77e482a50cffc7e9c6c3bc6348fad9e) 📝 Add link to supabase self-hosting documentation in env file ### 📊 Changes **7 files changed** (+2129 additions, -225 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+25 -5) ➕ `blueprints/pre0.22.5-supabase/docker-compose.yml` (+535 -0) ➕ `blueprints/pre0.22.5-supabase/supabase.svg` (+15 -0) ➕ `blueprints/pre0.22.5-supabase/template.toml` (+1069 -0) 📝 `blueprints/supabase/docker-compose.yml` (+241 -154) 📝 `blueprints/supabase/template.toml` (+225 -62) 📝 `meta.json` (+19 -4) </details> ### 📄 Description - Upgrade to supabase 1.25.03 - Add supavisor which wasn't part of previous template - Fix mail are now correctly sent (was not the case in previous PR) - Fix #73 --- <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:32:30 -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#204