mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 15:12:10 -05:00
[PR #248] [MERGED] Add Self-Hosting Setup #238
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/feeddeck/feeddeck/pull/248
Author: @ricoberger
Created: 4/21/2025
Status: ✅ Merged
Merged: 4/24/2025
Merged by: @ricoberger
Base:
main← Head:add-self-hosting-setup📝 Commits (3)
a0d7966Add Self-Hosting Setup822c2c9Merge branch 'main' into add-self-hosting-setup5ce5837Add Self-Hosting Setup📊 Changes
19 files changed (+1613 additions, -7 deletions)
View changed files
📝
CONTRIBUTING.md(+3 -3)➕
app/.dockerignore(+8 -0)➕
app/Dockerfile(+14 -0)📝
supabase/functions/_cmd/docker-compose.yaml(+3 -4)➕
supabase/hosting/.env.example(+148 -0)➕
supabase/hosting/.gitignore(+6 -0)➕
supabase/hosting/README.md(+62 -0)➕
supabase/hosting/docker-compose.yaml(+532 -0)➕
supabase/hosting/volumes/api/kong.yml(+241 -0)➕
supabase/hosting/volumes/db/_supabase.sql(+3 -0)➕
supabase/hosting/volumes/db/jwt.sql(+5 -0)➕
supabase/hosting/volumes/db/logs.sql(+6 -0)➕
supabase/hosting/volumes/db/pooler.sql(+6 -0)➕
supabase/hosting/volumes/db/realtime.sql(+4 -0)➕
supabase/hosting/volumes/db/roles.sql(+8 -0)➕
supabase/hosting/volumes/db/webhooks.sql(+208 -0)➕
supabase/hosting/volumes/functions/main/index.ts(+94 -0)➕
supabase/hosting/volumes/logs/vector.yml(+232 -0)➕
supabase/hosting/volumes/pooler/pooler.exs(+30 -0)📄 Description
Add Docker Compose set up to self-host FeedDeck.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.