Skip to content

Instantly share code, notes, and snippets.

@lfache
Last active June 3, 2020 18:10
Show Gist options
  • Save lfache/af9db30dd52388cdfcee997934e81f21 to your computer and use it in GitHub Desktop.
Save lfache/af9db30dd52388cdfcee997934e81f21 to your computer and use it in GitHub Desktop.
Matomo + Traefik : docker-compose.yaml
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