mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-21 20:31:02 +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
|
||||||
nextcloud_version: "production" # Danger: Nextcloud can't skipp major version updates.
|
nextcloud_version: "production" # Danger: Nextcloud can't skipp major version updates.
|
||||||
|
|
||||||
|
#### Peertube
|
||||||
|
peertube_version: "bookworm"
|
||||||
|
|
||||||
#### Pixelfed
|
#### Pixelfed
|
||||||
pixelfed_app_name: "Pictures on {{top_domain}}"
|
pixelfed_app_name: "Pictures on {{top_domain}}"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ services:
|
|||||||
{% include 'templates/docker/services/' + database_type + '.yml.j2' %}
|
{% include 'templates/docker/services/' + database_type + '.yml.j2' %}
|
||||||
|
|
||||||
application:
|
application:
|
||||||
image: chocobozzz/peertube:production-bullseye
|
image: chocobozzz/peertube:production-{{peertube_version}}
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user