feat: update Docker configuration for improved performance and add local environment example

This commit is contained in:
T. Zehetbauer
2026-04-03 09:37:36 +02:00
parent d4acc3ba22
commit 124c6a632a
5 changed files with 34 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ services:
image: supabase/postgres:15.8.1.060
restart: unless-stopped
ports:
- '54322:5432'
- '54322:54322'
volumes:
- supabase-db-data:/var/lib/postgresql/data
- ./docker/db/zzz-role-passwords.sh:/docker-entrypoint-initdb.d/zzz-role-passwords.sh:ro
@@ -317,7 +317,6 @@ services:
context: .
dockerfile: Dockerfile
args:
# NEXT_PUBLIC_CI=true bypasses the HTTPS check during build
NEXT_PUBLIC_CI: 'true'
NEXT_PUBLIC_SITE_URL: http://localhost:3000
NEXT_PUBLIC_SUPABASE_URL: http://localhost:8000