adding mastodon

This commit is contained in:
msnie
2025-01-31 10:35:18 +01:00
parent 62ce6cac43
commit 5d182d08b6
+3 -3
View File
@@ -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