From cf744e2266bb7baabfbd30a02229715f471a6e23 Mon Sep 17 00:00:00 2001 From: Cassowary Date: Sat, 24 Feb 2024 09:12:35 -0800 Subject: [PATCH] Follow latest for now. --- compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.yml b/compose.yml index dc0b0e1..0283f93 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: yakumosaki/glitch-soc:20240202_01 + image: yakumosaki/glitch-soc:latest 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+20240202_01" + - "coop-cloud.${STACK_NAME}.version=0.1.0+latest" configs: &configs - source: entrypoint_sh target: /usr/local/bin/entrypoint.sh @@ -162,7 +162,7 @@ services: - VAPID_PUBLIC_KEY - WEB_DOMAIN streaming: - image: yakumosaki/glitch-soc:20240202_01 + image: yakumosaki/glitch-soc:latest command: node ./streaming configs: *configs entrypoint: *entrypoint @@ -183,7 +183,7 @@ services: volumes: *appVolume # used to make sure this volume is created sidekiq: - image: yakumosaki/glitch-soc:20240202_01 + image: yakumosaki/glitch-soc:latest secrets: *secrets command: bundle exec sidekiq configs: *configs