fix URLs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user