mastodon: 4.1.1 -> 4.1.2
https://github.com/mastodon/mastodon/releases/tag/v4.1.2
This commit is contained in:
parent
1e5e09fd7d
commit
6acd865a32
|
@ -135,7 +135,11 @@ services:
|
|||
# - triton.cns.services=mastodon-redis
|
||||
|
||||
web:
|
||||
<<<<<<< Updated upstream
|
||||
image: tootsuite/mastodon:v4.1.1
|
||||
=======
|
||||
image: tootsuite/mastodon:v4.1.2
|
||||
>>>>>>> Stashed changes
|
||||
mem_limit: 1g
|
||||
restart: always
|
||||
env_file: .env.production
|
||||
|
@ -148,7 +152,11 @@ services:
|
|||
- triton.cns.services=mastodon-web
|
||||
|
||||
streaming:
|
||||
<<<<<<< Updated upstream
|
||||
image: tootsuite/mastodon:v4.1.1
|
||||
=======
|
||||
image: tootsuite/mastodon:v4.1.2
|
||||
>>>>>>> Stashed changes
|
||||
mem_limit: 1g
|
||||
restart: always
|
||||
env_file: .env.production
|
||||
|
@ -161,7 +169,11 @@ services:
|
|||
- triton.cns.services=mastodon-streaming
|
||||
|
||||
sidekiq:
|
||||
<<<<<<< Updated upstream
|
||||
image: tootsuite/mastodon:v4.1.1
|
||||
=======
|
||||
image: tootsuite/mastodon:v4.1.2
|
||||
>>>>>>> Stashed changes
|
||||
mem_limit: 1g
|
||||
restart: always
|
||||
env_file: .env.production
|
||||
|
|
Loading…
Reference in a new issue