mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Semi bsr for applications[] to prevent heavy to debug bugs in j2 - part 1
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
images:
|
||||
matomo: "matomo:latest"
|
||||
features:
|
||||
# If you want to use Matomo on the Matomo page, you
|
||||
# have to set it here manual to true.
|
||||
@@ -7,7 +5,7 @@ features:
|
||||
# itself wouldn't be possible
|
||||
matomo: false
|
||||
css: false
|
||||
port-ui-desktop: true
|
||||
port-ui-desktop: true
|
||||
central_database: true
|
||||
oauth2: false
|
||||
csp:
|
||||
@@ -34,6 +32,8 @@ excluded_ips: "{{ networks.internet.values() | list }}"
|
||||
|
||||
docker:
|
||||
services:
|
||||
matomo:
|
||||
image: "matomo:latest"
|
||||
database:
|
||||
enabled: true
|
||||
redis:
|
||||
|
Reference in New Issue
Block a user