added mastodon docker draft

This commit is contained in:
2022-11-15 11:56:48 +01:00
parent 03fa517bd8
commit 6a17d1ced1
9 changed files with 266 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
- name: recreate mastodon
command:
cmd: docker-compose -p mastodon up -d --force-recreate
chdir: "{{docker_compose_mastodon_path}}"
environment:
COMPOSE_HTTP_TIMEOUT: 600
DOCKER_CLIENT_TIMEOUT: 600