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
Some checks failed
Build & Push Docker Image to Gitea Registry / build-and-push (push) Failing after 6s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user