Restructure and cleaned up in preparation of new backup logic

This commit is contained in:
2025-07-15 23:51:51 +02:00
parent c8054ffbc3
commit af3ea9039c
106 changed files with 703 additions and 429 deletions

View File

@@ -2,8 +2,8 @@
application:
{% set container_port = 9000 %}
image: chocobozzz/peertube:production-{{ applications | get_app_conf(application_id, 'version', True) }}
container_name: {{ container_name }}
image: {{ peertube_image }}:{{ peertube_version }}
container_name: {{ peertube_name }}
{% include 'roles/docker-container/templates/base.yml.j2' %}
ports:
- "1935:1935" # @todo Add to ports
@@ -18,6 +18,7 @@
{% include 'roles/docker-compose/templates/volumes.yml.j2' %}
assets:
data:
name: {{ peertube_volume }}
redis:
config: