update README with comment about database migrations
All checks were successful
.NET Tests / test (push) Successful in 1m31s

This commit is contained in:
Jonas Seiler 2025-04-03 18:36:07 +02:00
parent a8f978b82b
commit 78d5fac91e

View File

@ -85,4 +85,6 @@ This repo contains a Dockerfile to build the service as a container yourself. Yo
Additionally, a functional Docker Compose setup also exists that spins up three such containers together with a function database. These then serve requests on ports `5001`,`5002` and `5003`.
Note that the database must somehow be initialized with the correct table. The docker compose file contains a migration container that will do just that.
Additionally, feel free to spin these up as kubernetes services. You still need to upload these images to a Hub and fill in the `image`-field in the k8s manifest though.