Add production setup and update Docker configurations

- Introduced a new docker-compose.prod.yml for production deployment.
- Updated docker-compose.yml to change backend port mapping.
- Added svelte-sonner dependency to frontend package.json.
- Created Dockerfile.prod for building the frontend application.
- Enhanced README.md with production deployment instructions.
This commit is contained in:
AlexeerCT
2025-12-26 09:48:39 -06:00
parent d3a0086188
commit ae1cf83491
6 changed files with 357 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ services:
- KEYCLOAK_CLIENT_SECRET=${KEYCLOAK_CLIENT_SECRET:-dev-secret}
- CORS_ORIGINS=${CORS_ORIGINS:-http://localhost:5173,http://localhost:3000}
ports:
- "5050:8000"
- "8000:8000"
depends_on:
postgres-a76:
condition: service_healthy