This commit is contained in:
Matthias Hochmeister
2026-02-27 14:02:03 +01:00
parent 04d4f89834
commit 1c6c59c199
10 changed files with 76 additions and 66 deletions

View File

@@ -217,8 +217,8 @@ docker run -p 80:80 feuerwehr-frontend:latest
# 1. Set production environment variables
export POSTGRES_PASSWORD="secure_production_password"
export JWT_SECRET="secure_jwt_secret_min_32_chars"
export CORS_ORIGIN="https://yourdomain.com"
export VITE_API_URL="https://api.yourdomain.com"
export CORS_ORIGIN="https://feuerwehr-rems.at"
export VITE_API_URL="https://start.feuerwehr-rems.at"
# 2. Build and start
docker-compose up -d