Compare commits

...

2 Commits

Author SHA1 Message Date
Cassowary 9b8ce55175 Bump image version to 20231116_01 2023-11-15 12:00:56 -08:00
Cassowary 64b6ef7c6d Bump image version to 20231116_01 2023-11-15 12:00:25 -08:00
1 changed files with 4 additions and 4 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
@ -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.0.0+20230927"
- "coop-cloud.${STACK_NAME}.version=0.1.0+20231116_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: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