Use pre-built image from registry instead of local build
Some checks failed
Build and Push Docker Image / build (push) Failing after 4m23s
Some checks failed
Build and Push Docker Image / build (push) Failing after 4m23s
This commit is contained in:
@@ -86,16 +86,7 @@ PGRST_DB_SCHEMAS=public,storage,graphql_public
|
||||
BODY_SIZE_LIMIT=52428800
|
||||
|
||||
# ===========================================
|
||||
# TRAEFIK DASHBOARD AUTH (Optional)
|
||||
# STUDIO AUTH (Optional - for Supabase Studio access via nginx)
|
||||
# ===========================================
|
||||
# Generate with: htpasswd -nb admin yourpassword
|
||||
# Or use: echo $(htpasswd -nb admin yourpassword) | sed -e s/\\$/\\$\\$/g
|
||||
# The double $$ is required for docker-compose
|
||||
TRAEFIK_DASHBOARD_AUTH=admin:$$apr1$$CHANGE_ME
|
||||
|
||||
# ===========================================
|
||||
# STUDIO AUTH (Optional - for Supabase Studio access)
|
||||
# ===========================================
|
||||
# Generate with: htpasswd -nb admin yourpassword
|
||||
# Or use: echo $(htpasswd -nb admin yourpassword) | sed -e s/\\$/\\$\\$/g
|
||||
STUDIO_AUTH=admin:$$apr1$$CHANGE_ME
|
||||
# Generate with: sudo htpasswd -c /etc/nginx/.htpasswd admin
|
||||
# Then enter password when prompted
|
||||
|
||||
Reference in New Issue
Block a user