diff --git a/compose.yml b/compose.yml index caf4772..62f79b1 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: yakumosaki/glitch-soc:20230927_13 + image: yakumosaki/glitch-soc:20231116_01 command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" networks: &bothNetworks - proxy @@ -162,7 +162,7 @@ services: - VAPID_PUBLIC_KEY - WEB_DOMAIN streaming: - image: yakumosaki/glitch-soc:20230927_13 + image: yakumosaki/glitch-soc:20231116_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:20230927_13 + image: yakumosaki/glitch-soc:20231116_01 secrets: *secrets command: bundle exec sidekiq configs: *configs