[PR #132] [CLOSED] feat(update): supabase #233

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/132
Author: @gentslava
Created: 5/12/2025
Status: Closed

Base: mainHead: supabase


📝 Commits (10+)

  • 12bf172 fix(supabase): update docker-compose
  • 619c4a8 fix(supabase): fix API key auth
  • f096b84 fix(supabase): update volumes content
  • 2904f8b fix(supabase): volume _supabase sql
  • 814929a fix(supabase): volume pooler sql
  • 76ea3e1 fix(supabase): volume pooler exs
  • 3ed44c4 fix(supabase): generate JWT secrets
  • e0661c6 fix(supabase): update env
  • f6dc6e7 fix(supabase): update version
  • c6b0ef2 fix(supabase): env remove comments

📊 Changes

3 files changed (+290 additions, -126 deletions)

View changed files

📝 blueprints/supabase/docker-compose.yml (+166 -74)
📝 blueprints/supabase/template.toml (+122 -50)
📝 meta.json (+2 -2)

📄 Description


🔄 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/132 **Author:** [@gentslava](https://github.com/gentslava) **Created:** 5/12/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `supabase` --- ### 📝 Commits (10+) - [`12bf172`](https://github.com/Dokploy/templates/commit/12bf1723bfec356fa3106cb77977e422095302e4) fix(supabase): update docker-compose - [`619c4a8`](https://github.com/Dokploy/templates/commit/619c4a8b76b3bcacec006ec59d6e1b1779185907) fix(supabase): fix API key auth - [`f096b84`](https://github.com/Dokploy/templates/commit/f096b84a404a0a0f189effcd15c179d54c52a5a6) fix(supabase): update volumes content - [`2904f8b`](https://github.com/Dokploy/templates/commit/2904f8b965aa8480738a381604a283cfc4010ede) fix(supabase): volume _supabase sql - [`814929a`](https://github.com/Dokploy/templates/commit/814929a2eebde06cee7f79f2d282c9fecf00d7a9) fix(supabase): volume pooler sql - [`76ea3e1`](https://github.com/Dokploy/templates/commit/76ea3e17b584872148876c3286617788b7229b31) fix(supabase): volume pooler exs - [`3ed44c4`](https://github.com/Dokploy/templates/commit/3ed44c4bc3b5d798e42acc4ebee58de0972b0bbb) fix(supabase): generate JWT secrets - [`e0661c6`](https://github.com/Dokploy/templates/commit/e0661c6d2aed89a8d5b0b181c6d6b176e5529412) fix(supabase): update env - [`f6dc6e7`](https://github.com/Dokploy/templates/commit/f6dc6e7ba6f925d45b6a07b486864bc4a7db8b69) fix(supabase): update version - [`c6b0ef2`](https://github.com/Dokploy/templates/commit/c6b0ef228d97e6ddf8c66c5aca8133486824e037) fix(supabase): env remove comments ### 📊 Changes **3 files changed** (+290 additions, -126 deletions) <details> <summary>View changed files</summary> 📝 `blueprints/supabase/docker-compose.yml` (+166 -74) 📝 `blueprints/supabase/template.toml` (+122 -50) 📝 `meta.json` (+2 -2) </details> ### 📄 Description - Updated docker-compose to the actual one (https://github.com/supabase/supabase/blob/master/docker/docker-compose.yml) - Updated and added missing volumes (https://github.com/supabase/supabase/tree/master/docker/volumes) - Added fix for Supabase connection in n8n with API key authentication (https://community.n8n.io/t/subject-self-hosted-n8n-supabase-node-fails-401-unauthorized-despite-working-curl-http-request-node/105732/4) - Added JWT token generation --- <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:33:05 -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#233