implemented pixelfed draft

This commit is contained in:
2022-11-16 11:17:37 +01:00
parent 12a9e55911
commit 61a33916ab
7 changed files with 266 additions and 0 deletions

View File

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