Bump version to 3.3.2
This commit is contained in:
parent
aeccbb2a14
commit
637c7d464b
5 changed files with 18 additions and 6 deletions
|
@ -43,7 +43,7 @@ services:
|
|||
|
||||
web:
|
||||
build: .
|
||||
image: tootsuite/mastodon:v3.3.1
|
||||
image: tootsuite/mastodon:v3.3.2
|
||||
restart: always
|
||||
env_file: .env.production
|
||||
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
|
||||
|
@ -63,7 +63,7 @@ services:
|
|||
|
||||
streaming:
|
||||
build: .
|
||||
image: tootsuite/mastodon:v3.3.1
|
||||
image: tootsuite/mastodon:v3.3.2
|
||||
restart: always
|
||||
env_file: .env.production
|
||||
command: node ./streaming
|
||||
|
@ -80,7 +80,7 @@ services:
|
|||
|
||||
sidekiq:
|
||||
build: .
|
||||
image: tootsuite/mastodon:v3.3.1
|
||||
image: tootsuite/mastodon:v3.3.2
|
||||
restart: always
|
||||
env_file: .env.production
|
||||
command: bundle exec sidekiq
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue