Fast API app for Kubernetes course
432
Run the docker container using the command. Port 8000 has been exposed in the container. The image has two environment values, MONGO_URI and SENTRY_DSN.
docker run -d -p 8000:8000 -e "MONGO_URI=mongodb://localhost:27017/students" -e "SENTRY_DSN=<Sentry Integration values>" roshank8848/fastapi-app:0.0.1
Content type
Image
Digest
sha256:522949334…
Size
71.4 MB
Last updated
over 2 years ago
docker pull roshank8848/fastapi-app