it works, maybe service in the wrong place?

This commit is contained in:
2023-09-21 17:43:10 +02:00
parent b977de0bf1
commit 147c36e991

View File

@@ -14,7 +14,7 @@ job "gitea" {
port "ssh" { port "ssh" {
static = 2222 static = 2222
to = 22 to = 20222
} }
} }
@@ -75,7 +75,7 @@ job "gitea" {
tags = [ tags = [
"traefik.enable=true", "traefik.enable=true",
"traefik.http.routers.gitea.rule=Host(`gitea.service.consul`)", "traefik.http.routers.http.rule=Host(`gitea.service.consul`)",
] ]
} }
} }