-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
devopsModify CI/CD scriptsModify CI/CD scriptsenhancementNew feature or requestNew feature or request
Milestone
Description
Task
Containerize this backend with a docker image for deployment on Linux.
- create docker image and expose port 5000 over HTTP
- add a
docker-compose.ymlfile for configuringredisandpostgresql - also expose port 5001 over HTTPS and use a certificate
Further Reading:
- https://learn.microsoft.com/en-us/dotnet/architecture/containerized-lifecycle/design-develop-containerized-apps/build-aspnet-core-applications-linux-containers-aks-kubernetes
- https://github.com/tumugin/lullaby/tree/main
Note:
Starting with .NET 7, it's also possible to creative a container without using explicitly docker:
However, in this project we will keep using plain old docker files for the time being.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
devopsModify CI/CD scriptsModify CI/CD scriptsenhancementNew feature or requestNew feature or request