mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized peertube
This commit is contained in:
@@ -5,7 +5,8 @@ services:
|
||||
{% include 'roles/docker-central-database/templates/services/' + database_type + '.yml.j2' %}
|
||||
|
||||
application:
|
||||
image: chocobozzz/peertube:production-{{applications.peertube.version}}
|
||||
image: chocobozzz/peertube:production-{{ applications[application_id].version }}
|
||||
container_name: {{ container_name }}
|
||||
{% include 'roles/docker-compose/templates/services/base.yml.j2' %}
|
||||
ports:
|
||||
- "1935:1935" # @todo Add to ports
|
||||
|
Reference in New Issue
Block a user