mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Restructure and cleaned up in preparation of new backup logic
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
application:
|
||||
{% set container_port = 9000 %}
|
||||
image: chocobozzz/peertube:production-{{ applications | get_app_conf(application_id, 'version', True) }}
|
||||
container_name: {{ container_name }}
|
||||
image: {{ peertube_image }}:{{ peertube_version }}
|
||||
container_name: {{ peertube_name }}
|
||||
{% include 'roles/docker-container/templates/base.yml.j2' %}
|
||||
ports:
|
||||
- "1935:1935" # @todo Add to ports
|
||||
@@ -18,6 +18,7 @@
|
||||
{% include 'roles/docker-compose/templates/volumes.yml.j2' %}
|
||||
assets:
|
||||
data:
|
||||
name: {{ peertube_volume }}
|
||||
redis:
|
||||
config:
|
||||
|
||||
|
Reference in New Issue
Block a user