mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-15 04:37:17 +01:00
cleaned up old services again
This commit is contained in:
parent
71dff50a65
commit
8cb7deff15
@ -4,10 +4,6 @@ matrix_livekit_server_enabled: false
|
||||
|
||||
# Base path configuration
|
||||
matrix_livekit_server_base_path: "{{ matrix_base_data_path }}/livekit-server"
|
||||
matrix_livekit_server_config_path: "{{ matrix_livekit_server_base_path }}/config"
|
||||
matrix_livekit_server_backend_path: "{{ matrix_livekit_server_base_path }}/backend"
|
||||
matrix_homeserver_config_path: "{{ matrix_base_data_path }}/synapse/config/homeserver.yaml"
|
||||
element_web_config_path: "{{ matrix_base_data_path }}/static-files/public/.well-known/matrix/client"
|
||||
|
||||
# Docker network configuration
|
||||
matrix_livekit_server_container_network: ''
|
||||
|
@ -1,3 +1,4 @@
|
||||
#jinja2: lstrip_blocks: "True"
|
||||
[Unit]
|
||||
Description=Matrix LiveKit Server
|
||||
After=docker.service
|
||||
|
Loading…
Reference in New Issue
Block a user