Merge branch 'temp'

This commit is contained in:
Cassowary 2025-03-06 20:46:24 -08:00
commit e53fb677b6

View File

@ -3,8 +3,8 @@ version: "3.8"
services: services:
app: app:
image: yakumosaki/glitch-soc:latest image: yakumosaki/glitch-soc:20250228_01
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rake db:migrate; bundle exec rails s -p 3000"
networks: &bothNetworks networks: &bothNetworks
- proxy - proxy
- internal_network - internal_network
@ -169,7 +169,7 @@ services:
- ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY_FILE=/run/secrets/active_rec_prim_key - ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY_FILE=/run/secrets/active_rec_prim_key
streaming: streaming:
image: yakumosaki/glitch-soc:latest image: yakumosaki/glitch-soc:20250228_01
command: node ./streaming command: node ./streaming
configs: *configs configs: *configs
entrypoint: *entrypoint entrypoint: *entrypoint
@ -190,7 +190,7 @@ services:
volumes: *appVolume # used to make sure this volume is created volumes: *appVolume # used to make sure this volume is created
sidekiq: sidekiq:
image: yakumosaki/glitch-soc:latest image: yakumosaki/glitch-soc:20250228_01
secrets: *secrets secrets: *secrets
command: bundle exec sidekiq command: bundle exec sidekiq
configs: *configs configs: *configs