Skip to content

Commit

Permalink
devops: Workaround supabase init bug after upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jhf committed Oct 29, 2024
1 parent 76ac1c5 commit bedd4bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.supabase_docker.customise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ services:
volumes:
# Make all files available for running tests.
- ..:/statbus
environment:
# Update to match https://github.com/supabase/postgres/blob/develop/Dockerfile-16#L214
# for the new setup where postres is not the default user.
POSTGRES_USER: supabase_admin
POSTGRES_DB: postgres
command:
- postgres
- -c
Expand Down

0 comments on commit bedd4bd

Please sign in to comment.