mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
Added autoflush to mastodon für docker
This commit is contained in:
parent
2715479c95
commit
c96f278ac3
@ -8,7 +8,7 @@ features:
|
|||||||
port-ui-desktop: false # Didn't work in frame didn't have high priority @todo figure out pcause and solve it
|
port-ui-desktop: false # Didn't work in frame didn't have high priority @todo figure out pcause and solve it
|
||||||
central_database: true
|
central_database: true
|
||||||
oauth2: false
|
oauth2: false
|
||||||
logout: true
|
logout: false # Dependency conflict. It requires CDN and CDN requires matomo
|
||||||
server:
|
server:
|
||||||
csp:
|
csp:
|
||||||
whitelist:
|
whitelist:
|
||||||
|
@ -13,5 +13,8 @@ matomo_name: "{{ applications | get_app_conf(application_id, 'docker.se
|
|||||||
matomo_data: "{{ applications | get_app_conf(application_id, 'docker.volumes.data', True) }}"
|
matomo_data: "{{ applications | get_app_conf(application_id, 'docker.volumes.data', True) }}"
|
||||||
matomo_config: "/var/www/html/config/config.ini.php"
|
matomo_config: "/var/www/html/config/config.ini.php"
|
||||||
|
|
||||||
|
# Docker
|
||||||
|
docker_compose_flush_handlers: true
|
||||||
|
|
||||||
# I don't know if this is still necessary
|
# I don't know if this is still necessary
|
||||||
domain: "{{ domains | get_domain(application_id) }}"
|
domain: "{{ domains | get_domain(application_id) }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user