gitea-runner and registry-ui
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user