solved docker-compose naming bugs

This commit is contained in:
2023-04-19 00:03:13 +02:00
parent 0aacd81f6e
commit 7cb11a2d37
56 changed files with 147 additions and 147 deletions

View File

@@ -5,7 +5,7 @@ This role doesn't work and needs to be implemented
## cleanup
```bash
server_docker-compose down && docker volume rm funkwhale_data
docker-compose down && docker volume rm funkwhale_data
```
## further information

View File

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

View File

@@ -12,8 +12,8 @@
state: directory
mode: 0755
- name: add server_docker-compose.yml
template: src=server_docker-compose.yml.j2 dest={{docker_compose_path}}server_docker-compose.yml
- name: add docker-compose.yml
template: src=docker-compose.yml.j2 dest={{docker_compose_path}}docker-compose.yml
notify: recreate funkwhale
- name: add .env

View File

@@ -1,2 +1,2 @@
docker_compose_path: "/home/administrator/server_docker-compose/funkwhale/"
docker_compose_path: "/home/administrator/docker-compose/funkwhale/"
client_max_body_size: "512M"