mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 08:25:23 +02:00
feat: match official compose standards for Matomo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user