computer-playbook/roles/docker-funkwhale/handlers/main.yml

9 lines
215 B
YAML
Raw Normal View History

2022-12-05 17:43:21 +01:00
---
- name: recreate funkwhale
command:
2023-04-19 00:03:13 +02:00
cmd: docker-compose -p funkwhale up -d --force-recreate
2023-04-26 11:52:11 +02:00
chdir: "{{docker_compose_path}}"
2022-12-05 17:43:21 +01:00
environment:
COMPOSE_HTTP_TIMEOUT: 600
DOCKER_CLIENT_TIMEOUT: 600