fixes https://gitlab.ruhr-uni-bochum.de/FDM/rdm-system/antleaf-projectmanagement/-/issues/480+
This merge request does the following things:
docker-compose.yml
, which causes a warning every time a ReSeeD instance is started.docker-compose.yml
and docker-compose.development.yml
, but it still allows connecting from the container host to all the "internal" services/ports that are forwarded in docker-compose.development.yml
..env
file and in docker-compose.yml
to make it possible to run multiple instances of ReSeeD simultanously on the same container host.docker-compose.build.yml
, which we use for building clean container images (docker-compose.yml
is used for running those container images in production, but not to build those images).