Files
matomo/example.env

24 lines
555 B
Bash

# Træfik
TRAEFIK_ENABLED=true
TRAEFIK_NETWORK=traefik
TRAEFIK_ROUTER=matomo_example_com
TRAEFIK_SERVICE=matomo_example_com
TRAEFIK_SERVICE_PORT=80
TRAEFIK_MATCHRULE=Host(`matomo.example.com`)
TRAEFIK_TLSENABLED=true
TRAEFIK_CERTRESOLVER=letsencrypt
TRAEFIK_HTTP_MIDDLEWARES=http-to-https
TRAEFIK_HTTPS_MIDDLEWARES=hsts
# Matomo
MATOMO_VERSION=5.5.0-apache
MATOMO_DATA=./data/matomo
# MariaDB Configuration
MARIADB_VERSION=11.8.3
MARIADB_DATA=./data/mariadb
MARIADB_ROOT_PASSWORD=r00t
MARIADB_USER=matomo
MARIADB_PASSWORD=matomo
MARIADB_DATABASE=matomo