feat: match official compose standards for Matomo

This commit is contained in:
Your Name
2026-04-01 11:57:28 +01:00
parent 5945e44c7c
commit ad24b4e71b

View File

@@ -1,4 +1,4 @@
version: "3.8"
version: "3"
services:
matomo:
image: matomo:5.1-apache
@@ -15,13 +15,6 @@ services:
depends_on:
db:
condition: service_healthy
labels:
- "traefik.enable=true"
- "traefik.http.routers.${DOKPLOY_SERVICE_ID}.rule=Host(`${DOMAINS}`)"
- "traefik.http.routers.${DOKPLOY_SERVICE_ID}.entrypoints=websecure"
- "traefik.http.routers.${DOKPLOY_SERVICE_ID}.tls=true"
- "traefik.http.routers.${DOKPLOY_SERVICE_ID}.tls.certresolver=letsencrypt"
- "traefik.http.services.${DOKPLOY_SERVICE_ID}.loadbalancer.server.port=80"
db:
image: mariadb:11