4 lines
290 B
Text
4 lines
290 B
Text
"traefik.enable": "true",
|
|
"traefik.http.routers.openproject.entryPoints": "http",
|
|
"traefik.http.routers.openproject.rule": "Host(`projetos.gohorsejobs.com`)",
|
|
"traefik.http.services.openproject.loadbalancer.server.port": "80"
|