diff --git a/Caddyfile b/Caddyfile index 74e9671..96ccdb1 100644 --- a/Caddyfile +++ b/Caddyfile @@ -3,6 +3,10 @@ output stdout format json } + + servers { + metrics + } } # Grafana diff --git a/service.yml b/service.yml index b877760..682352c 100644 --- a/service.yml +++ b/service.yml @@ -8,6 +8,8 @@ ports: container: 52052 - host: 53001 container: 53001 + - host: 2019 + container: 2019 volumes: - name: caddy-data - name: caddy-config