Merge branch 'main' of ssh://git.autonomic.zone:2222/coop-cloud/mastodon into main

This commit is contained in:
decentral1se 2021-06-21 12:31:24 +02:00
commit 5f964eeeea
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ services:
hard: -1
web:
image: tootsuite/mastodon:v3.3.0
image: tootsuite/mastodon:v3.4.1
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
networks: &bothNetworks
- proxy
@ -186,7 +186,7 @@ services:
- ALLOW_ACCESS_TO_HIDDEN_SERVICE
streaming:
image: tootsuite/mastodon:v3.3.0
image: tootsuite/mastodon:v3.4.1
command: node ./streaming
configs: *configs
entrypoint: *entrypoint
@ -219,7 +219,7 @@ services:
volumes: *appVolume # used to make sure this volume is created
sidekiq:
image: tootsuite/mastodon:v3.3.0
image: tootsuite/mastodon:v3.4.1
secrets: *secrets
command: bundle exec sidekiq
configs: *configs