adding mastodon
This commit is contained in:
@@ -25,7 +25,7 @@ services:
|
||||
- /srv/mastodon/redis:/data
|
||||
|
||||
web:
|
||||
image: tootsuite/mastodon:v3.5.3
|
||||
image: ghcr.io/mastodon/mastodon:v4.3.3
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
@@ -50,7 +50,7 @@ services:
|
||||
- traefik.http.services.mastodonweb.loadbalancer.server.port=3000
|
||||
|
||||
streaming:
|
||||
image: tootsuite/mastodon:v3.5.3
|
||||
image: ghcr.io/mastodon/mastodon-streaming:v4.3.3
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
@@ -74,7 +74,7 @@ services:
|
||||
|
||||
|
||||
sidekiq:
|
||||
image: tootsuite/mastodon:v3.5.3
|
||||
image: ghcr.io/mastodon/mastodon:v4.3.3
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
Reference in New Issue
Block a user