computer-playbook/roles/docker-mastodon
Kevin Veen-Birkenbach 015794458e Removed obsolete version attribute 2024-04-04 15:54:21 +02:00
..
tasks Restructured code and matrix rol 2024-01-19 15:12:18 +01:00
templates Removed obsolete version attribute 2024-04-04 15:54:21 +02:00
vars changed default postgres logic and optimized discourse postgres integration 2024-01-05 11:27:04 +01:00
README.md Implemented central database for matrix and mastodon 2024-01-04 20:57:02 +01:00

README.md

docker mastodon

create configuration

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

Setup with existing configuration

docker-compose run --rm web bundle exec rails db:migrate

cleanup

cd {{path_docker_compose_instances}}mastodon/
docker-compose down
docker volume rm mastodon_data mastodon_database mastodon_redis
cd {{path_docker_compose_instances}} &&
rm -vR {{path_docker_compose_instances}}mastodon

access terminal

docker-compose exec -it web /bin/bash

set rights

After setting up mastodon you need to give the rights

docker-compose exec -it -u root web chown -R 991:991 public

further information