Improve UFZ pipeline
Task
-
create separate Dockerfiles for the deployments ( Dockerfile_Stage
,Dockerfile_Prod
) of the python projects-
these should contain preset values for all necessary (as much as possible) environment variables -
all environment variables should be update-able by arguments -
when the image gets started the migrations should run, so the entrypoint must be changed to that command
-