Skip to content

docker: stop exposing ports on the host and rename docker-compose.xxx file as compose.xxx

  • stop exposing ports: Only expose ports for nginx services using compose's automatic host port selection. As a consequence, there is no need for patching compose files any more to run tests.

    Also make nginx services to use 80 as internal port (there is no need for using 508x anywhere).

  • rename compose files: Make these file names a bit shorter (yet 'compatible' with docker compose; but we actually almost always explicitly specify compose files used as argument of the compose command, but still)

Merge request reports