Implemented funkwhale draft

This commit is contained in:
2022-12-05 17:43:21 +01:00
parent 35321ca258
commit c7e17bbb2b
8 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
- name: recreate funkwhale
command:
cmd: docker-compose -p funkwhale up -d --force-recreate
chdir: /home/administrator/docker-compose/funkwhale/
environment:
COMPOSE_HTTP_TIMEOUT: 600
DOCKER_CLIENT_TIMEOUT: 600