The docker-setup described in the compose folder had a couple of drawbacks, that the new file tries to solve:
runtime configuration via env-vars
smaller base image, following the original providers
better support for running in restricted cloud enviornments(like k8s, openshift) by running as non-root and easier configuration for ip-addresse configuration
The docker-setup described in the compose folder had a couple of drawbacks, that the new file tries to solve: