mirror of
https://yerbamate.ml/nutomic/peertube.social
synced 2024-11-25 01:28:21 -05:00
Download peertube config before first start
This commit is contained in:
parent
f52e912f53
commit
0c33d181cd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user