update 4.1

main
Theenoro 2023-03-15 12:04:23 +01:00
parent fd203523cd
commit c193ee94c0
1 changed files with 4 additions and 4 deletions

View File

@ -67,7 +67,7 @@ services:
ipv4_address: '172.20.1.5' ipv4_address: '172.20.1.5'
website: website:
image: tootsuite/mastodon:v4.0 image: tootsuite/mastodon:v4.1
env_file: env_file:
- application.env - application.env
- database.env - database.env
@ -91,7 +91,7 @@ services:
- uploads:/mastodon/public/system - uploads:/mastodon/public/system
shell: shell:
image: tootsuite/mastodon:v4.0 image: tootsuite/mastodon:v4.1
env_file: env_file:
- application.env - application.env
- database.env - database.env
@ -105,7 +105,7 @@ services:
- uploads:/mastodon/public/system - uploads:/mastodon/public/system
streaming: streaming:
image: tootsuite/mastodon:v4.0 image: tootsuite/mastodon:v4.1
env_file: env_file:
- application.env - application.env
- database.env - database.env
@ -127,7 +127,7 @@ services:
test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:4000/api/v1/streaming/health || exit 1'] test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:4000/api/v1/streaming/health || exit 1']
sidekiq: sidekiq:
image: tootsuite/mastodon:v4.0 image: tootsuite/mastodon:v4.1
env_file: env_file:
- application.env - application.env
- database.env - database.env