mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-07-01 05:37:52 +02:00
Remove some useless variables and rework environment variables variable for livekit-jwt-service
This commit is contained in:
@ -93,9 +93,6 @@ livekit_server_container_labels_additional_labels: ''
|
||||
# A list of extra arguments to pass to the container
|
||||
livekit_server_container_extra_arguments: []
|
||||
|
||||
# Additional environment variables for the container
|
||||
livekit_server_environment_variables_additional: {}
|
||||
|
||||
# List of systemd services that LiveKit Server service depends on
|
||||
livekit_server_systemd_required_services_list: "{{ livekit_server_systemd_required_services_list_default + livekit_server_systemd_required_services_list_auto + livekit_server_systemd_required_services_list_custom }}"
|
||||
livekit_server_systemd_required_services_list_default: "{{ [devture_systemd_docker_base_docker_service_name] if devture_systemd_docker_base_docker_service_name else [] }}"
|
||||
|
Reference in New Issue
Block a user