gitea-runner and registry-ui

This commit is contained in:
2023-10-15 19:16:45 +02:00
parent e8890d8bb5
commit eec8baed22
7 changed files with 170 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ job "traefik" {
config {
image = "docker.io/library/traefik:latest"
network_mode = "host"
volumes = [
"local/traefik.toml:/etc/traefik/traefik.toml",
]
@@ -78,6 +78,10 @@ job "traefik" {
[providers.consulCatalog.endpoint]
address = "127.0.0.1:8500"
scheme = "http"
[metrics]
[metrics.prometheus]
buckets = [0.1,0.3,1.2,5.0]
addServicesLabels = true
EOF
destination = "local/traefik.toml"