mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Implemented peertube version
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user