forked from irl/ansible-collection-wip
Add cleaninishgts script and config file
This commit is contained in:
parent
bf6ed83fd6
commit
7ea092737a
6 changed files with 386 additions and 3 deletions
|
@ -13,8 +13,8 @@ Environment=MATOMO_DATABASE_PASSWORD={{ podman_cleaninsights_mysql_password }}
|
|||
Environment=MATOMO_DATABASE_USERNAME={{ podman_cleaninsights_mysql_user }}
|
||||
Image=docker.io/matomo:5-fpm
|
||||
Volume=/home/{{ podman_cleaninsights_podman_rootless_user }}/matomo:/var/www/html
|
||||
#Volume=/home/{{ podman_cleaninsights_podman_rootless_user }}/cleaninsights.php:/var/www/html/cleaninsights.php:ro
|
||||
#Volume=/home/{{ podman_cleaninsights_podman_rootless_user }}/cleaninsights.ini:/var/www/html/cleaninsights.ini:ro
|
||||
Volume=/home/{{ podman_cleaninsights_podman_rootless_user }}/matomo/cleaninsights.php:/var/www/html/cleaninsights.php:ro
|
||||
Volume=/home/{{ podman_cleaninsights_podman_rootless_user }}/matomo/cleaninsights.ini:/var/www/html/cleaninsights.ini:ro
|
||||
Network=cleaninsights.network
|
||||
Network=frontend.network
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue