Fix auth modal feedback and production deploy config
Some checks failed
Build & Push Docker Image to Gitea Registry / build-and-push (push) Failing after 6s

This commit is contained in:
Kroonk
2026-05-20 17:25:15 +02:00
parent 6f96b26e4c
commit 5e996f791e
4 changed files with 77 additions and 66 deletions

View File

@@ -12,7 +12,7 @@ services:
PGPASSWORD: ${POSTGRES_PASSWORD:-changeme}
PORT: 3001
SESSION_SECRET: ${SESSION_SECRET:-change-this-secret-in-production}
CORS_ORIGIN: ${CORS_ORIGIN:-http://localhost:3000}
CORS_ORIGIN: ${CORS_ORIGIN:-https://michess.mischlabs.de}
ADMIN_EMAIL: ${ADMIN_EMAIL:-}
APP_DIR: /opt/michess
ports: