1
0
mirror of https://yerbamate.ml/nutomic/peertube.social synced 2024-11-24 23:28:20 -05:00

Download peertube config before first start

This commit is contained in:
Felix Ableitner 2019-06-03 23:07:25 +02:00
parent f52e912f53
commit 0c33d181cd

View File

@ -40,6 +40,13 @@
- { path: '/peertube/volumes/traefik/acme.json' } - { path: '/peertube/volumes/traefik/acme.json' }
- { path: '/peertube/.env' } - { path: '/peertube/.env' }
- name: add peertube config
get_url:
url: https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/config/production.yaml
dest: /peertube/volumes/config/production.yaml
mode: 0644
force: no
- name: enable and start docker service - name: enable and start docker service
systemd: systemd:
name: docker name: docker