From ac7fcecfbc3a6bae19c6d771d88bb77bbc0eb61c Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 29 Sep 2022 14:44:13 +0200 Subject: [PATCH] feat: new hometown --- compose.oidc.yml | 12 +++--------- compose.yml | 6 +++--- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/compose.oidc.yml b/compose.oidc.yml index bbc42bd..bdd76a8 100644 --- a/compose.oidc.yml +++ b/compose.oidc.yml @@ -3,9 +3,7 @@ version: "3.8" services: app: - # FIXME: fuck, borked the image tag, see here for more - # https://github.com/hometown-fork/hometown/issues/1153#issuecomment-1032572439 - image: decentral1se/hometown:v1.0.5_3.6.0_openid-sso + image: decentral1se/hometown:v1.0.5_3.5.2 secrets: - db_password - otp_secret @@ -15,9 +13,7 @@ services: - oidc_client_secret streaming: - # FIXME: fuck, borked the image tag, see here for more - # https://github.com/hometown-fork/hometown/issues/1153#issuecomment-1032572439 - image: decentral1se/hometown:v1.0.5_3.6.0_openid-sso + image: decentral1se/hometown:v1.0.5_3.5.2 secrets: - db_password - otp_secret @@ -27,9 +23,7 @@ services: - oidc_client_secret sidekiq: - # FIXME: fuck, borked the image tag, see here for more - # https://github.com/hometown-fork/hometown/issues/1153#issuecomment-1032572439 - image: decentral1se/hometown:v1.0.5_3.6.0_openid-sso + image: decentral1se/hometown:v1.0.5_3.5.2 secrets: - db_password - otp_secret diff --git a/compose.yml b/compose.yml index 414776e..849f530 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: decentral1se/hometown:v1.0.5_3.4.6 + image: decentral1se/hometown:v1.0.5_3.5.2 command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" networks: &bothNetworks - proxy @@ -183,7 +183,7 @@ services: hard: -1 streaming: - image: decentral1se/hometown:v1.0.5_3.4.6 + image: decentral1se/hometown:v1.0.5_3.5.2 command: node ./streaming configs: *configs entrypoint: *entrypoint @@ -204,7 +204,7 @@ services: volumes: *appVolume # used to make sure this volume is created sidekiq: - image: decentral1se/hometown:v1.0.5_3.4.6 + image: decentral1se/hometown:v1.0.5_3.5.2 secrets: *secrets command: bundle exec sidekiq configs: *configs