From 940ebf855469294b61d722a0c8632588c3b25644 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 15 Feb 2022 10:54:44 +0100 Subject: [PATCH] chore: new v3.4.6 --- compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.yml b/compose.yml index 482576e..554dd3d 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: tootsuite/mastodon:v3.4.1 + image: tootsuite/mastodon:v3.4.6 command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" networks: &bothNetworks - proxy @@ -19,7 +19,7 @@ services: - "traefik.http.routers.${STACK_NAME}_web.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}_web.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}_web.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "coop-cloud.${STACK_NAME}.version=0.1.0+3.4.1" + - "coop-cloud.${STACK_NAME}.version=0.1.1+3.4.6" configs: &configs - source: entrypoint_sh target: /usr/local/bin/entrypoint.sh @@ -157,7 +157,7 @@ services: hard: -1 streaming: - image: tootsuite/mastodon:v3.4.1 + image: tootsuite/mastodon:v3.4.6 command: node ./streaming configs: *configs entrypoint: *entrypoint @@ -178,7 +178,7 @@ services: volumes: *appVolume # used to make sure this volume is created sidekiq: - image: tootsuite/mastodon:v3.4.1 + image: tootsuite/mastodon:v3.4.6 secrets: *secrets command: bundle exec sidekiq configs: *configs