mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-22 00:01:09 +02:00
7 lines
574 B
YAML
7 lines
574 B
YAML
application_id: "web-app-peertube"
|
|
database_type: "postgres"
|
|
oidc_plugin: "peertube-plugin-auth-openid-connect"
|
|
peertube_version: "{{ applications | get_app_conf(application_id, 'docker.services.peertube.version', True) }}"
|
|
peertube_image: "{{ applications | get_app_conf(application_id, 'docker.services.peertube.image', True) }}"
|
|
peertube_name: "{{ applications | get_app_conf(application_id, 'docker.services.peertube.name', True) }}"
|
|
peertube_volume: "{{ applications | get_app_conf(application_id, 'docker.services.volumes.data', True) }}" |