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