diff --git a/compose.yml b/compose.yml index 3ad0435..dc0b0e1 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: yakumosaki/glitch-soc:20231116_01 + image: yakumosaki/glitch-soc:20240202_01 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+20231116_01" + - "coop-cloud.${STACK_NAME}.version=0.1.0+20240202_01" 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:20231116_01 + image: yakumosaki/glitch-soc:20240202_01 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:20231116_01 + image: yakumosaki/glitch-soc:20240202_01 secrets: *secrets command: bundle exec sidekiq configs: *configs