2 Commits

Author SHA1 Message Date
Ben Melchior
ba119629eb Refactor Docker setup and update API description
- Updated docker-compose.yml to use context and dockerfile for the app service, and removed unnecessary db service configuration.
- Modified Dockerfile to use the official Rust nightly image and streamlined the build process with updated working directories and runtime dependencies.
- Changed API description in root handler to reflect the correct endpoint for fetching the current hospital.
2025-05-03 21:59:23 +02:00
Ben Melchior
a70c80a557 Add Docker support with Dockerfile and docker-compose.yml
- Introduced a Dockerfile for building the application using a multi-stage build process.
- Added docker-compose.yml to define services for the application and PostgreSQL database.
- Updated README.md with instructions for running the application using Docker and Docker Compose.
2025-04-15 20:26:06 +02:00