buster/supabase
dal 73822945bf Refactor Docker Compose and API for enhanced functionality and migration support
- Simplified the API service build configuration in `docker-compose.yml` by consolidating the build context and Dockerfile path.
- Added `diesel_migrations` dependency to `Cargo.toml` for database migration management.
- Implemented database migration logic in `main.rs`, including error handling and logging for migration success or failure.
- Introduced a new mail service in `supabase/docker-compose.yml` for handling SMTP, POP3, and web interface.
- Removed version specification from `supabase/dev/docker-compose.dev.yml` for cleaner configuration.

These changes improve the overall structure and functionality of the application, facilitating better database management and service orchestration.
2025-01-07 22:21:28 -07:00
..
dev Refactor Docker Compose and API for enhanced functionality and migration support 2025-01-07 22:21:28 -07:00
volumes Refactor Docker Compose setup and improve REST router configuration 2025-01-07 14:59:54 -07:00
.env.example Update .env.example to change SITE_URL and STUDIO_PORT for local development 2025-01-07 16:40:08 -07:00
.gitignore Refactor Docker Compose setup and improve REST router configuration 2025-01-07 14:59:54 -07:00
README.md Refactor Docker Compose setup and improve REST router configuration 2025-01-07 14:59:54 -07:00
docker-compose.s3.yml Refactor Docker Compose setup and improve REST router configuration 2025-01-07 14:59:54 -07:00
docker-compose.yml Refactor Docker Compose and API for enhanced functionality and migration support 2025-01-07 22:21:28 -07:00
reset.sh Refactor Docker Compose setup and improve REST router configuration 2025-01-07 14:59:54 -07:00

README.md

Supabase Docker

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