Skip to content

Commit

Permalink
Fix router name to avoid certificate creation problem
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryHrytsuk committed Oct 16, 2023
1 parent f643898 commit 14677ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions services/monitoring/docker-compose.letsencrypt.dns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ services:
prometheuscatchall:
deploy:
labels:
- traefik.http.routers.prometheus.tls.certresolver=myresolver

- traefik.http.routers.prometheuscatchall.tls.certresolver=myresolver
grafana:
deploy:
labels:
Expand Down
2 changes: 1 addition & 1 deletion services/monitoring/docker-compose.letsencrypt.http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
prometheuscatchall:
deploy:
labels:
- traefik.http.routers.prometheus.tls.certresolver=lehttpchallenge
- traefik.http.routers.prometheuscatchall.tls.certresolver=lehttpchallenge
grafana:
deploy:
labels:
Expand Down

0 comments on commit 14677ed

Please sign in to comment.