You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Docker and docker-compose files are currently a bit chaotic, and split into base, dev, production etc.
This makes the development setup hard to understand (and with that also to use). Also, if the upstream base container changes (e.g. for security reasons), this is currently only reflected after a manual rebuild of the base image.
Use multi-stage builds to get rid of build dependencies for the final image
Move docker-compose-production.yml to deploy
Reason: this compose file is not really a part of the studentenportal application, just how we choose to deploy it
The Docker and docker-compose files are currently a bit chaotic, and split into base, dev, production etc.
This makes the development setup hard to understand (and with that also to use). Also, if the upstream base container changes (e.g. for security reasons), this is currently only reflected after a manual rebuild of the base image.
Steps to clean that up:
docker-compose-production.yml
to deployReason: this compose file is not really a part of the studentenportal application, just how we choose to deploy it
The text was updated successfully, but these errors were encountered: