Compare commits

...

2 Commits

Author SHA1 Message Date
e9d50b0e26 Added upgrade hints 2024-07-10 19:56:53 +02:00
b28c8ba247 Implemented peertube version 2024-07-10 19:24:52 +02:00
3 changed files with 7 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

@ -28,6 +28,9 @@ apt update && apt install nano && nano ./config/default.yaml
docker logs peertube-application-1 | grep -A1 root
```
## upgrade version
- https://docs.joinpeertube.org/install/docker
## further information
- https://docs.joinpeertube.org/install-docker
- https://github.com/Chocobozzz/PeerTube/issues/3091

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: