From 2100395ef3eefabb69211a2e139e0aa726ff2ec6 Mon Sep 17 00:00:00 2001 From: didier Date: Fri, 14 Nov 2025 14:15:44 +0100 Subject: [PATCH] modif --- dockers/mastodon/docker-compose.yml | 14 +++++++------- dockers/mastodon/env-config | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dockers/mastodon/docker-compose.yml b/dockers/mastodon/docker-compose.yml index d86f6f1..cbee378 100644 --- a/dockers/mastodon/docker-compose.yml +++ b/dockers/mastodon/docker-compose.yml @@ -64,7 +64,7 @@ services: # You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes # build: . container_name: ${mastodonServName} - image: ghcr.io/mastodon/mastodon:v4.3.6 + image: ghcr.io/mastodon/mastodon:v4.5.1 restart: ${restartPolicy} environment: - LOCAL_DOMAIN=${mastodonHost}.${domain} @@ -92,8 +92,8 @@ services: - images:/mastodon/app/javascript/images labels: - "traefik.enable=true" - - "traefik.http.routers.koz.rule=Host(`${mastodonHost}.${domain}`)" - - "traefik.http.services.koz.loadbalancer.server.port=3000" + - "traefik.http.routers.mastodon.rule=Host(`${mastodonHost}.${domain}`)" + - "traefik.http.services.mastodon.loadbalancer.server.port=3000" - "traefik.docker.network=mastodonNet" @@ -103,7 +103,7 @@ services: # dockerfile: ./streaming/Dockerfile # context: . container_name: ${mastodonStreamingName} - image: ghcr.io/mastodon/mastodon-streaming:v4.3.6 + image: ghcr.io/mastodon/mastodon-streaming:v4.5.1 restart: ${restartPolicy} environment: - LOCAL_DOMAIN=${mastodonHost}.${domain} @@ -126,15 +126,15 @@ services: - redis labels: - "traefik.enable=true" - - "traefik.http.routers.kozs.rule=(Host(`${mastodonHost}.${domain}`) && PathPrefix(`/api/v1/streaming`))" - - "traefik.http.services.kozs.loadbalancer.server.port=4000" + - "traefik.http.routers.mastodons.rule=(Host(`${mastodonHost}.${domain}`) && PathPrefix(`/api/v1/streaming`))" + - "traefik.http.services.mastodons.loadbalancer.server.port=4000" - "traefik.docker.network=mastodonNet" sidekiq: # You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes # build: . container_name: ${mastodonSidekiqName} - image: ghcr.io/mastodon/mastodon:v4.3.6 + image: ghcr.io/mastodon/mastodon:v4.5.1 restart: ${restartPolicy} environment: - LOCAL_DOMAIN=${mastodonHost}.${domain} diff --git a/dockers/mastodon/env-config b/dockers/mastodon/env-config index 6255bf1..2fa49c5 100644 --- a/dockers/mastodon/env-config +++ b/dockers/mastodon/env-config @@ -67,7 +67,7 @@ ES_PASS=password # Sending mail # ------------ #SMTP_SERVER= -SMTP_PORT=587 +#SMTP_PORT=587 #SMTP_LOGIN= #SMTP_PASSWORD= #SMTP_FROM_ADDRESS=