portainer

This commit is contained in:
Yax 2020-06-27 21:00:10 +02:00
parent 46e8c264de
commit c961d9dfc7

View file

@ -16,6 +16,7 @@ services:
labels:
- traefik.enable=true
- traefik.http.routers.portainer.rule=Host(`glances.${DOMAIN}`) && PathPrefix(`/portainer`)
- traefik.http.middlewares.test-stripprefix.stripprefix.prefixes=/portainer,/portainer/
- traefik.http.routers.portainer.entrypoints=web
- traefik.http.services.portainer.loadbalancer.server.port=9000