Bump image version to 20231116_01

This commit is contained in:
Cassowary 2023-11-15 12:00:25 -08:00
parent 8e516a7ee8
commit 64b6ef7c6d
1 changed files with 3 additions and 3 deletions

View File

@ -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