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:
@@ -8,7 +8,7 @@ docker volume rm pixelfed_application_data pixelfed_database pixelfed_redis_data
|
||||
|
||||
## update
|
||||
```bash
|
||||
cd /home/administrator/docker-compose/pixelfed/ &&
|
||||
cd {{path_docker_compose_files}}pixelfed/ &&
|
||||
docker-compose down &&
|
||||
docker network prune -f &&
|
||||
docker-compose pull &&
|
||||
|
@@ -2,7 +2,7 @@
|
||||
- name: recreate pixelfed
|
||||
command:
|
||||
cmd: docker-compose -p pixelfed up -d --force-recreate
|
||||
chdir: /home/administrator/docker-compose/pixelfed/
|
||||
chdir: "{{path_docker_compose_files}}pixelfed/"
|
||||
environment:
|
||||
COMPOSE_HTTP_TIMEOUT: 600
|
||||
DOCKER_CLIENT_TIMEOUT: 600
|
||||
|
@@ -1,2 +1,2 @@
|
||||
docker_compose_path: "/home/administrator/docker-compose/pixelfed/"
|
||||
docker_compose_path: "{{path_docker_compose_files}}pixelfed/"
|
||||
client_max_body_size: "512M"
|
||||
|
Reference in New Issue
Block a user