This commit is contained in:
msnie
2025-02-03 09:26:56 +01:00
parent dee44b47b8
commit 6b63d499e0
10 changed files with 29 additions and 1034 deletions
+22
View File
@@ -0,0 +1,22 @@
# Took me a weekend
First run:
```sh
docker compose run web bundle exec rake mastodon:setup
```
This will guide you through the setup.
Remember that without SMTP mailing setup, you can't create new users, so only an admin user will work.
Copy the values created in the setup guide to the `.env.production.yml` file.
commit the changes, push to repo, start the container
```sh
docker compose up --build
```
This should just spin up the container.