mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Restructure and cleaned up in preparation of new backup logic
This commit is contained in:
@@ -2,20 +2,24 @@ docker:
|
||||
services:
|
||||
database:
|
||||
enabled: true
|
||||
images:
|
||||
synapse: "matrixdotorg/synapse:latest"
|
||||
element: "vectorim/element-web:latest"
|
||||
synapse:
|
||||
version: latest
|
||||
image: matrixdotorg/synapse
|
||||
name: matrix-synapse
|
||||
no_stop_required: true
|
||||
element:
|
||||
version: latest
|
||||
image: vectorim/element-web
|
||||
name: matrix-element
|
||||
volumes:
|
||||
synapse: "matrix_synapse_data"
|
||||
playbook_tags: "setup-all,start" # For the initial update use: install-all,ensure-matrix-users-created,start
|
||||
server_name: "{{primary_domain}}" # Adress for the account names etc.
|
||||
synapse:
|
||||
version: "latest"
|
||||
element:
|
||||
version: "latest"
|
||||
server_name: "{{ primary_domain }}" # Adress for the account names etc.
|
||||
setup: false # Set true in inventory file to execute the setup and initializing procedures
|
||||
features:
|
||||
matomo: false # Deactivated, because in html CSP restricts use
|
||||
css: true
|
||||
port-ui-desktop: true
|
||||
port-ui-desktop: true
|
||||
oidc: true # Deactivated OIDC due to this issue https://github.com/matrix-org/synapse/issues/10492
|
||||
central_database: true
|
||||
csp:
|
||||
|
Reference in New Issue
Block a user