documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Add Docker setup to official documentation

Open melroy89 opened this issue 1 year ago • 2 comments

Add a Docker section to the official documentation.

Explain the setup using Docker compose and how to configure the .env correctly, etc.

During upgrades like v4.3, explain to people they need to change the docker image to: image: ghcr.io/mastodon/mastodon-streaming:v4.3 and the command to: command: node ./streaming/index.js. The latter is also missing.

Original issue ticket: https://github.com/mastodon/mastodon/issues/32437

melroy89 avatar Oct 15 '24 12:10 melroy89

I already did some work here : #1446 but no news since 6 months.
Feel free to add things if needed. Would be happy to work on that 😄

Arcelone avatar Oct 15 '24 21:10 Arcelone

I closed a bunch of Docker-related issues and linked them all here. We should attempt to include/resolve as much of that as we can in a Docker PR, which I hereby nominate to be https://github.com/mastodon/documentation/pull/1446

mjankowski avatar Nov 22 '25 16:11 mjankowski