.tfstate
file.tfstate
file.
duckie.yourdomain.com
*.duckie.yourdomain.com
.sql
files in the seed
folder and click “Run”seed/supabase_buckets.py
pip install supabase
python seed/supabase_buckets.py
selfhost
.selfhost/providers.tf
file and update the bucket attribute in the backend “s3” block with the name of the S3 bucket you created earlier.selfhost.tfvars
. This file will hold the specific variable values for your environment. Populate it with the following variables, adjusting the values for your scenario. Reach out to the Duckie team for important variables.duckie-selfhost-backend
and duckie-selfhost-frontend
secrets. Fill out the environment variables using the templates in the secrests-templates
folder.proxy_pass
values in docker/selfhost/frontend/nginx.conf
terraform init
terraform plan -var-file="secret.tfvars"
terraform apply -var-file="secret.tfvars"