mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-12-03 17:50:28 +01:00
Compare commits
2 Commits
f7a93a18d1
...
e9d50b0e26
Author | SHA1 | Date | |
---|---|---|---|
e9d50b0e26 | |||
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}}"
|
||||
|
||||
|
@ -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
|
@ -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