chore: new v3.4.6

This commit is contained in:
decentral1se 2022-02-15 10:54:44 +01:00
parent 3157fcff52
commit 940ebf8554
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: tootsuite/mastodon:v3.4.1
image: tootsuite/mastodon:v3.4.6
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+3.4.1"
- "coop-cloud.${STACK_NAME}.version=0.1.1+3.4.6"
configs: &configs
- source: entrypoint_sh
target: /usr/local/bin/entrypoint.sh
@ -157,7 +157,7 @@ services:
hard: -1
streaming:
image: tootsuite/mastodon:v3.4.1
image: tootsuite/mastodon:v3.4.6
command: node ./streaming
configs: *configs
entrypoint: *entrypoint
@ -178,7 +178,7 @@ services:
volumes: *appVolume # used to make sure this volume is created
sidekiq:
image: tootsuite/mastodon:v3.4.1
image: tootsuite/mastodon:v3.4.6
secrets: *secrets
command: bundle exec sidekiq
configs: *configs