Use pre-built image from registry instead of local build
Build and Push Docker Image / build (push) Failing after 4m23s
Details
Build and Push Docker Image / build (push) Failing after 4m23s
Details
This commit is contained in:
parent
4e1d31f3a4
commit
31d5942065
|
|
@ -86,16 +86,7 @@ PGRST_DB_SCHEMAS=public,storage,graphql_public
|
||||||
BODY_SIZE_LIMIT=52428800
|
BODY_SIZE_LIMIT=52428800
|
||||||
|
|
||||||
# ===========================================
|
# ===========================================
|
||||||
# TRAEFIK DASHBOARD AUTH (Optional)
|
# STUDIO AUTH (Optional - for Supabase Studio access via nginx)
|
||||||
# ===========================================
|
# ===========================================
|
||||||
# Generate with: htpasswd -nb admin yourpassword
|
# Generate with: sudo htpasswd -c /etc/nginx/.htpasswd admin
|
||||||
# Or use: echo $(htpasswd -nb admin yourpassword) | sed -e s/\\$/\\$\\$/g
|
# Then enter password when prompted
|
||||||
# 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
|
|
||||||
|
|
|
||||||
|
|
@ -331,13 +331,7 @@ services:
|
||||||
# Monaco USA Portal (SvelteKit App)
|
# Monaco USA Portal (SvelteKit App)
|
||||||
# ============================================
|
# ============================================
|
||||||
portal:
|
portal:
|
||||||
build:
|
image: code.letsbe.solutions/letsbe/monacousa-portal:latest
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
args:
|
|
||||||
PUBLIC_SUPABASE_URL: https://api.${DOMAIN}
|
|
||||||
PUBLIC_SUPABASE_ANON_KEY: ${ANON_KEY}
|
|
||||||
SUPABASE_SERVICE_ROLE_KEY: ${SERVICE_ROLE_KEY}
|
|
||||||
container_name: monacousa-portal
|
container_name: monacousa-portal
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue