mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 16:35:27 +02:00
feat: add Matomo blueprint (v2 - fixed bot issues)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
matomo:
|
||||
image: matomo:latest
|
||||
image: matomo:5.1-apache
|
||||
restart: always
|
||||
environment:
|
||||
- MATOMO_DATABASE_HOST=db
|
||||
@@ -23,7 +24,7 @@ services:
|
||||
- "traefik.http.services.${DOKPLOY_SERVICE_ID}.loadbalancer.server.port=80"
|
||||
|
||||
db:
|
||||
image: mariadb:10
|
||||
image: mariadb:11
|
||||
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
|
||||
restart: always
|
||||
environment:
|
||||
|
||||
@@ -6787,7 +6787,7 @@
|
||||
"description": "Leading open-source web analytics platform with global data ownership.",
|
||||
"logo": "matomo.png",
|
||||
"links": {
|
||||
"github": "https://github.com/matomo-software/matomo",
|
||||
"github": "https://github.com/matomo-org/matomo",
|
||||
"website": "https://matomo.org",
|
||||
"docs": "https://matomo.org/docs"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user