mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Restructure and cleaned up in preparation of new backup logic
This commit is contained in:
@@ -33,8 +33,13 @@ excluded_ips: "{{ networks.internet.values() | list }}"
|
||||
docker:
|
||||
services:
|
||||
matomo:
|
||||
image: "matomo:latest"
|
||||
image: "matomo"
|
||||
version: "latest"
|
||||
name: "matomo"
|
||||
no_stop_required: true
|
||||
database:
|
||||
enabled: true
|
||||
redis:
|
||||
enabled: false
|
||||
enabled: false
|
||||
volumes:
|
||||
data: matomo_data
|
Reference in New Issue
Block a user