feat(deploy): docker compose + nginx static for netcup VPS

This commit is contained in:
2026-04-28 18:58:32 +02:00
parent 45fc2a43f0
commit d0dbd3c257
5 changed files with 133 additions and 5 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
# Build-time secrets for Vite (baked into static bundle).
# Copy to .env (gitignored). Used by docker compose build via args.
VITE_SUPABASE_URL=https://<your-project>.supabase.co
VITE_SUPABASE_ANON_KEY=<anon-key>