diff --git a/Jenkinsfile b/Jenkinsfile index e8c33d6..aa4157e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,6 +35,7 @@ pipeline { --restart=always \\ -e SPRING_PROFILES_ACTIVE=prod \\ --label "traefik.enable=true" \\ + --label "traefik.docker.network=traefik-public" \\ --label 'traefik.http.routers.lpt-api.rule=Host(`lpt.cat-shark.xyz`) && PathPrefix(`/api`)' \\ --label "traefik.http.routers.lpt-api.entrypoints=websecure" \\ --label "traefik.http.routers.lpt-api.tls.certresolver=le" \\