From 81e413153c7acba12d0e83c63150d2191ebc9771 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 16 Jul 2023 21:39:32 +0100 Subject: [PATCH] chore: publish 0.2.2+v3.5.10-hometown-1.0.8 release --- compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.yml b/compose.yml index 935c2da..5de3e3b 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: decentral1se/hometown:v3.5.5-hometown-1.0.8 + 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=0.2.1+v3.5.5-hometown-1.0.8" + - "coop-cloud.${STACK_NAME}.version=0.2.2+v3.5.10-hometown-1.0.8" configs: &configs - source: entrypoint_sh target: /usr/local/bin/entrypoint.sh @@ -142,7 +142,7 @@ services: - WEB_DOMAIN streaming: - image: decentral1se/hometown:v3.5.5-hometown-1.0.8 + image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v3.5.10-hometown-1.0.8 command: node ./streaming configs: *configs entrypoint: *entrypoint @@ -163,7 +163,7 @@ services: volumes: *appVolume # used to make sure this volume is created sidekiq: - image: decentral1se/hometown:v3.5.5-hometown-1.0.8 + image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v3.5.10-hometown-1.0.8 secrets: *secrets command: bundle exec sidekiq configs: *configs