Add Docker Compose configuration and environment files for local and production setups

- Created docker-compose.docker-local.yml for local testing of frontend and backend services.
- Added .env.development for development environment configuration.
- Introduced .env.docker-local for local Docker environment settings.
- Added .env.production for production environment configuration for Synology deployment.
This commit is contained in:
2026-01-30 11:29:17 -05:00
parent 4d14f9ba9c
commit fee8fe2551
30 changed files with 899 additions and 304 deletions

View File

@@ -16,7 +16,7 @@
- **Status**: Up and healthy
- **Ports**:
- HTTP: 0.0.0.0:8099→80
- HTTPS: 0.0.0.0:8443→443
- **Health Check**: Passing (wget to http://localhost:80/)
### Backend Container