feat(Matomo): Add service

This commit is contained in:
2022-02-15 00:02:42 +01:00
parent 882eda9f45
commit e6eb845efa
8 changed files with 194 additions and 0 deletions

3
matomo/web/Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM nginx:1.21.6-alpine
COPY matomo.conf.template /etc/nginx/templates/default.conf.template