Last active
June 3, 2020 18:10
-
-
Save lfache/af9db30dd52388cdfcee997934e81f21 to your computer and use it in GitHub Desktop.
Matomo + Traefik : docker-compose.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
labels: | |
traefik.enable: true | |
traefik.docker.network: traefik_web | |
traefik.http.services.matomo.loadbalancer.server.port: 80 | |
traefik.http.routers.matomo.rule: Host(`${MATOMO_URL}`) | |
traefik.http.routers.matomo.entrypoints: websecure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment