Skip to content

Commit

Permalink
Fix prometheus traefik (eth-educators#1749)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne authored Feb 12, 2024
1 parent a425fc8 commit cc61847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prometheus-traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
execution:
labels:
- traefik.enable=true
- traefik.http.routers.${PROM_HOST:-prom}.service=${PROM_HOST:-prom}
- traefik.http.routers.${PROM_HOST:-prom}.entrypoints=web,websecure
- traefik.http.routers.${PROM_HOST:-prom}.rule=Host(`${PROM_HOST:-prom}.${DOMAIN}`)
- traefik.http.routers.${PROM_HOST:-prom}.tls.certresolver=letsencrypt
Expand Down

0 comments on commit cc61847

Please sign in to comment.