mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-21 12:21:04 +01:00
Implemented peertube version
This commit is contained in:
parent
f7a93a18d1
commit
b28c8ba247
@ -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}}"
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user