WIP: feat(Matomo): Add service #28

Draft
kosssi wants to merge 1 commits from matomo into mariadb
kosssi commented 2022-02-15 00:04:38 +01:00 (Migrated from git.weko.io)

Détails

  • Ajout de Matomo

Pourquoi

  • Pour proposer ce nouveau service

Liens

## Détails - Ajout de Matomo ## Pourquoi - Pour proposer ce nouveau service ## Liens - [ticket](https://tree.taiga.io/project/killiankemps-resilien/task/393)
killian (Migrated from git.weko.io) reviewed 2022-02-15 09:04:45 +01:00
@ -0,0 +7,4 @@
services:
matomo-fpm:
container_name: ${MATOMO_CONTAINER_NAME:-matomo}-fpm
image: ${MATOMO_IMAGE:-matomo:4.7.1-fpm-alpine}
killian (Migrated from git.weko.io) commented 2022-02-15 09:04:45 +01:00

Tu ne mets pas la version de l'image en sha256 comme pour les autres ?

Tu ne mets pas la version de l'image en sha256 comme pour les autres ?
killian (Migrated from git.weko.io) approved these changes 2022-02-15 09:06:45 +01:00
killian (Migrated from git.weko.io) left a comment

Ok. Juste les versions des images qui ne sont pas en sha256

Ok. Juste les versions des images qui ne sont pas en sha256
This pull request is marked as a work in progress.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b matomo mariadb
git pull origin matomo

Step 2:

Merge the changes and update on Gitea.
git checkout mariadb
git merge --no-ff matomo
git push origin mariadb
Sign in to join this conversation.
No reviewers
No Label
Directus
Traefik
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ResiLien/services#28
No description provided.