WIP: feat(Matomo): Add service #28

Draft
kosssi wants to merge 98 commits from matomo into mariadb
Showing only changes of commit e4136b143f - Show all commits

View File

@@ -9,7 +9,7 @@ volumes:
services:
gitea:
container_name: ${GITEA_CONTAINER_NAME:-gitea}
image: ${GITEA_IMAGE:-gitea/gitea:1.18.4}
image: ${GITEA_IMAGE:-gitea/gitea:1.20.4}
restart: always
environment:
- USER_UID=${GITEA_UID:-1000}