This setup for deploying supabase securely. All step explained in this tutorial
-
Copy the
.env.exampleto.evn -
Setup MinIO by running
docker-compose.s3.yml. This will setup initial bucket that listed on MinIO configuration in.envdocker compose -f docker-compose.s3.yml up -d
-
Open MinIO console at http://localhost:9090 if you need to adjust/configure something
-
Kill and remove the MinIO container
docker compose -f docker-compose.s3.yml down -v --remove-orphans
-
Just run the
docker-compose.ymlto deploy the Supabasedocker compose -f docker-compose.yml up -d