Skip to content
Snippets Groups Projects
Commit 42db65a8 authored by 3d's avatar 3d
Browse files

fix prometheus with traefik

parent 09f4a3ed
No related branches found
No related tags found
No related merge requests found
Subproject commit e8a049414bca2b14b158444dac1b94c2ca90d9be
Subproject commit 900377e4f72486f6699ecf736f96adfbc04e92da
......@@ -20,7 +20,7 @@ services:
- traefik.enable=true
- traefik.http.routers.{{ servicename }}.rule=Host(`{{ domain }}`)
- traefik.http.routers.{{ servicename }}.entrypoints=websecure
- traefik.http.services.{{ servicename }}.loadbalancer.serversTransport={{ servicename }}
# - traefik.http.services.{{ servicename }}.loadbalancer.serversTransport={{ servicename }}
- traefik.http.services.{{ servicename }}.loadbalancer.server.port=9090
networks:
- default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment