AutoGPT/autogpt_platform/db/docker
Zamil Majdy 4e6144803b fix(platform): Fix possible db-config permission denied when running two different Supabase versions (#9652)
The change in https://github.com/Significant-Gravitas/AutoGPT/pull/9620
introduces a breaking change in the database volume content; however,
the database's volume location does not change, making switching between
two versions clash.

### Changes 🏗️

Renamed db-config named volume to supabase-config.

### Checklist 📋

#### For code changes:
- [x] I have clearly listed my changes in the PR description
- [x] I have made a test plan
- [x] I have tested my changes according to the test plan:
  <!-- Put your test plan here: -->
  - [x] CI
2025-03-19 23:39:09 +07:00
..
dev feat(platform)!: Lock Supabase docker-compose code (#9620) 2025-03-19 23:39:09 +07:00
volumes feat(platform)!: Lock Supabase docker-compose code (#9620) 2025-03-19 23:39:09 +07:00
.env.example feat(platform)!: Lock Supabase docker-compose code (#9620) 2025-03-19 23:39:09 +07:00
.gitignore feat(platform)!: Lock Supabase docker-compose code (#9620) 2025-03-19 23:39:09 +07:00
README.md feat(platform)!: Lock Supabase docker-compose code (#9620) 2025-03-19 23:39:09 +07:00
docker-compose.s3.yml feat(platform)!: Lock Supabase docker-compose code (#9620) 2025-03-19 23:39:09 +07:00
docker-compose.yml fix(platform): Fix possible db-config permission denied when running two different Supabase versions (#9652) 2025-03-19 23:39:09 +07:00
reset.sh feat(platform)!: Lock Supabase docker-compose code (#9620) 2025-03-19 23:39:09 +07:00

README.md

Supabase Docker

This is a minimal Docker Compose setup for self-hosting Supabase. Follow the steps here to get started.