https://github.com/hatamiarash7/docker-matomo
Deploy Matomo using Docker
https://github.com/hatamiarash7/docker-matomo
analytics docker docker-compose matomo piwik traefik traefik-v2
Last synced: 6 months ago
JSON representation
Deploy Matomo using Docker
- Host: GitHub
- URL: https://github.com/hatamiarash7/docker-matomo
- Owner: hatamiarash7
- License: gpl-3.0
- Created: 2020-05-13T12:13:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:45:22.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T20:19:15.010Z (8 months ago)
- Topics: analytics, docker, docker-compose, matomo, piwik, traefik, traefik-v2
- Language: Shell
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Matomo
Deploy Matomo using Docker + Traefik
- Matomo : v3.13.5-fpm-alpine
- MariaDB : v10.5.2
- Traefik : v2### Install
Change environment variables in `.env` and run :
```bash
docker-compose up -d
```