computer-playbook/roles/docker-mastodon
2022-11-15 21:43:05 +01:00
..
handlers added mastodon docker draft 2022-11-15 11:56:48 +01:00
meta added mastodon docker draft 2022-11-15 11:56:48 +01:00
tasks implemented mastodon 2022-11-15 21:43:05 +01:00
templates implemented mastodon 2022-11-15 21:43:05 +01:00
vars added mastodon docker draft 2022-11-15 11:56:48 +01:00
readme.md implemented mastodon 2022-11-15 21:43:05 +01:00

docker mastodon

create configuration

    docker-compose run --rm web bundle exec rake mastodon:setup

cleanup

cd /home/administrator/docker-compose/mastodon/
docker-compose down
docker volume rm mastodon_data mastodon_database mastodon_redis
cd /home/administrator/docker-compose/ &&
rm -vR /home/administrator/docker-compose/mastodon

access terminal

docker exec -it mastodon-streaming-1 /bin/bash

set rights

docker exec -it mastodon-streaming-1 chown -R 991:991 public

further information