From 3c7913e880ca35d224fe581d7bfea3d9f4723a18 Mon Sep 17 00:00:00 2001 From: Nick Sellen Date: Mon, 24 Jul 2023 12:21:11 +0100 Subject: [PATCH] 0.2.3, mastodon 3.5 hometown 1.0.8 --- compose.yml | 8 ++++---- release/1.0.0+v4.0.6-hometown-1.1.1 | 11 ----------- 2 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 release/1.0.0+v4.0.6-hometown-1.1.1 diff --git a/compose.yml b/compose.yml index 34c5048..3531a6a 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v4.0.6-hometown-1.1.1 + image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v3.5.10-hometown-1.0.8 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=1.0.0+v4.0.6-hometown-1.1.1" + - "coop-cloud.${STACK_NAME}.version=0.2.3+v3.5.10-hometown-1.0.8" configs: &configs - source: entrypoint_sh target: /usr/local/bin/entrypoint.sh @@ -139,7 +139,7 @@ services: - WEB_DOMAIN streaming: - image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v4.0.6-hometown-1.1.1 + image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v3.5.10-hometown-1.0.8 command: node ./streaming configs: *configs entrypoint: *entrypoint @@ -160,7 +160,7 @@ services: volumes: *appVolume # used to make sure this volume is created sidekiq: - image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v4.0.6-hometown-1.1.1 + image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v3.5.10-hometown-1.0.8 secrets: *secrets command: bundle exec sidekiq configs: *configs diff --git a/release/1.0.0+v4.0.6-hometown-1.1.1 b/release/1.0.0+v4.0.6-hometown-1.1.1 deleted file mode 100644 index 9237b71..0000000 --- a/release/1.0.0+v4.0.6-hometown-1.1.1 +++ /dev/null @@ -1,11 +0,0 @@ -Mastodon 4 requires running pre- and post-deployment migrations, something like - -``` -abra app run your.app.domain app bash -c "SKIP_POST_DEPLOYMENT_MIGRATIONS=true rails db:migrate" -abra app restart your.app.domain app -abra app restart your.app.domain streaming -abra app restart your.app.domain sidekiq -abra app run your.app.domain app rails db:migrate -``` - -See the full release notes for details: https://github.com/mastodon/mastodon/releases/tag/v4.0.0