Skip to content

Docker configuration for deploy a SupaBase service

Notifications You must be signed in to change notification settings

mfathonin/supa-host

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supabase Docker

This setup for deploying supabase securely. All step explained in this tutorial

Prepare to deploy

  • Copy the .env.example to .evn

  • Setup MinIO by running docker-compose.s3.yml. This will setup initial bucket that listed on MinIO configuration in .env

    docker 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

Deploy

  • Just run the docker-compose.yml to deploy the Supabase

    docker compose -f docker-compose.yml up -d

⚠️ Don't forget to manage your .env file before deploy to production. ⚠️

About

Docker configuration for deploy a SupaBase service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published