feat: postgres service add supabase user and password env

This commit is contained in:
ThanatosDi 2024-10-22 16:31:24 +08:00
parent edd6711176
commit 3ed976605d
No known key found for this signature in database
GPG Key ID: 4E68C07F256F1535
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ services:
- POSTGRES_DB=${POSTGRES_DB:-postgres}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-password}
- POSTGRES_HOST=${POSTGRES_HOST:-postgres}
- SUPABASE_USER=${SUPABASE_USER:-supabase_auth_admin}
- SUPABASE_PASSWORD=${SUPABASE_PASSWORD:-root}
volumes:
- ./migrations/before:/docker-entrypoint-initdb.d
- postgres_data:/var/lib/postgresql/data