I believe the traefik_host default value is confusing:
When generating a gitlab compose with the cli tool, it asks for a traefik_host
The default here is gitlab.home.arpa, suggesting to enter an FQDN.
But in the config that will be combined with traefik_domain which defaults to home.arpa resulting in gitlab.home.arpa.home.arpa as the host addres for it.
Simply using gitlab as default might be better here.
Sorry to waste your time with these tiny things.
I believe the
traefik_hostdefault value is confusing:When generating a gitlab compose with the cli tool, it asks for a
traefik_hostThe default here is
gitlab.home.arpa, suggesting to enter an FQDN.But in the config that will be combined with
traefik_domainwhich defaults tohome.arparesulting ingitlab.home.arpa.home.arpaas the host addres for it.Simply using
gitlabas default might be better here.Sorry to waste your time with these tiny things.