Adaptation à mastodon v4.3

This commit is contained in:
Navas 2024-10-22 10:57:37 +02:00
parent cb1fe43de4
commit 626f4f5601

View file

@ -49,7 +49,6 @@ services:
- traefik.http.routers.{{ docker_mastodon_service_id }}.entrypoints=web - traefik.http.routers.{{ docker_mastodon_service_id }}.entrypoints=web
- traefik.http.routers.{{ docker_mastodon_service_id }}.rule=Host(`{{ docker_mastodon_fqdn }}`) - traefik.http.routers.{{ docker_mastodon_service_id }}.rule=Host(`{{ docker_mastodon_fqdn }}`)
- traefik.http.services.{{ docker_mastodon_service_id }}.loadbalancer.server.port=3000 - traefik.http.services.{{ docker_mastodon_service_id }}.loadbalancer.server.port=3000
streaming: streaming:
image: tootsuite/mastodon-streaming:{{ docker_mastodon_image_version }} image: tootsuite/mastodon-streaming:{{ docker_mastodon_image_version }}