mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-12-05 02:28:06 +01:00
Compare commits
No commits in common. "e9d50b0e268c7c8e4d49da38f42d3a734ea94ebe" and "f7a93a18d1158929f551c62ef9386dbd111a4a20" have entirely different histories.
e9d50b0e26
...
f7a93a18d1
@ -214,9 +214,6 @@ 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}}"
|
||||||
|
|
||||||
|
@ -28,9 +28,6 @@ apt update && apt install nano && nano ./config/default.yaml
|
|||||||
docker logs peertube-application-1 | grep -A1 root
|
docker logs peertube-application-1 | grep -A1 root
|
||||||
```
|
```
|
||||||
|
|
||||||
## upgrade version
|
|
||||||
- https://docs.joinpeertube.org/install/docker
|
|
||||||
|
|
||||||
## further information
|
## further information
|
||||||
- https://docs.joinpeertube.org/install-docker
|
- https://docs.joinpeertube.org/install-docker
|
||||||
- https://github.com/Chocobozzz/PeerTube/issues/3091
|
- https://github.com/Chocobozzz/PeerTube/issues/3091
|
@ -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-{{peertube_version}}
|
image: chocobozzz/peertube:production-bullseye
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user