Sign inSign up

supersandro2000/mastodon-nginx

By supersandro2000

Updated over 3 years ago

Mastodon Nginx Server

Image
3

10K+

supersandro2000/mastodon-nginx repository overview

Build Status Github Stars

Mastodon Nginx

Docker Hub GitHub readme Microbadger Docker Stars Docker Pulls

Mastodon Nginx Server

Docker compose

version: "2.4"
services:
  db:
    ...
  mastodon:
    ...
  mastodon-sidekiq
    ...
  mastodon-streaming:
    ...
  redis:
    ...

  mastodon-nginx:
    image: mastodon-nginx
    volumes:
      - ./public/system:/mastodon/public/system
    environment:
      - MASTODON_SERVER=mastodon
      - MASTODON_STREAMING=mastodon-streaming
      - NGINX_DOMAIN=example.com

Tag summary

Content type

Image

Digest

sha256:bcbb84661

Size

51.3 MB

Last updated

over 3 years ago

docker pull supersandro2000/mastodon-nginx