mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-03 17:06:02 +02:00
Refactored docker roles
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
- name: recreate funkwhale
|
||||
command:
|
||||
cmd: docker-compose -p funkwhale up -d --force-recreate
|
||||
chdir: /home/administrator/docker-compose/funkwhale/
|
||||
chdir: "{{docker_compose_path}}"
|
||||
environment:
|
||||
COMPOSE_HTTP_TIMEOUT: 600
|
||||
DOCKER_CLIENT_TIMEOUT: 600
|
||||
|
@@ -1,2 +1,2 @@
|
||||
docker_compose_path: "/home/administrator/docker-compose/funkwhale/"
|
||||
docker_compose_path: "{{path_docker_compose_files}}funkwhale/"
|
||||
client_max_body_size: "512M"
|
||||
|
Reference in New Issue
Block a user