Implemented peertube version

This commit is contained in:
Kevin Veen-Birkenbach 2024-07-10 19:24:52 +02:00
parent f7a93a18d1
commit b28c8ba247
2 changed files with 4 additions and 1 deletions

View File

@ -214,6 +214,9 @@ moodle_user_email: "{{administrator_email}}"
#### Nextcloud
nextcloud_version: "production" # Danger: Nextcloud can't skipp major version updates.
#### Peertube
peertube_version: "bookworm"
#### Pixelfed
pixelfed_app_name: "Pictures on {{top_domain}}"

View File

@ -5,7 +5,7 @@ services:
{% include 'templates/docker/services/' + database_type + '.yml.j2' %}
application:
image: chocobozzz/peertube:production-bullseye
image: chocobozzz/peertube:production-{{peertube_version}}
env_file:
- .env
ports: