diff --git a/templates/jenkins/0/docker-compose.yml b/templates/jenkins/0/docker-compose.yml index 838d7a8..34b642b 100644 --- a/templates/jenkins/0/docker-compose.yml +++ b/templates/jenkins/0/docker-compose.yml @@ -11,8 +11,8 @@ services: restart: always labels: io.rancher.container.pull_image: always - traefik.frontend.rule: Host:test - traefik.backend: test + traefik.frontend.rule: Host:${DOMAINS} + traefik.backend: ${TRAEFIK_BACKEND} traefik.enable: true traefik.port: 8080 healthcheck: