mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-09 19:57:16 +02:00
Refactored peertube role and implemented config volume
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
application:
|
||||
{% set container_port = 9000 %}
|
||||
image: {{ peertube_image }}:{{ peertube_version }}
|
||||
container_name: {{ peertube_name }}
|
||||
image: {{ PEERTUBE_IMAGE }}:{{ PEERTUBE_VERSION }}
|
||||
container_name: {{ PEERTUBE_CONTAINER }}
|
||||
{% include 'roles/docker-container/templates/base.yml.j2' %}
|
||||
ports:
|
||||
- "1935:1935" # @todo Add to ports
|
||||
@@ -18,7 +18,8 @@
|
||||
{% include 'roles/docker-compose/templates/volumes.yml.j2' %}
|
||||
assets:
|
||||
data:
|
||||
name: {{ peertube_volume }}
|
||||
name: {{ PEERTUBE_DATA_VOLUME }}
|
||||
config:
|
||||
name: {{ PEERTUBE_CONFIG_VOLUME }}
|
||||
|
||||
{% include 'roles/docker-compose/templates/networks.yml.j2' %}
|
Reference in New Issue
Block a user