ocurrent / ocaml-ci

A CI for OCaml projects
https://ocaml.ci.dev
112 stars 74 forks source link

Revert names #899

Closed mtelvers closed 10 months ago

mtelvers commented 10 months ago

If we deploy the current stack.yml with the changes implemented in #884, the services are renamed, which prevents Caddy from finding them.

Caddy (under Docker) uses the service names ci and gitlab as DNS names. Docker resolves these internally to the IP address of the container. If we need to rename these, we need to update the corresponding Caddyfile.

This PR reverts the name changes in #884 while we discuss the way forward.