mastodon: update version 4.1.4 -> 4.2.0
This commit is contained in:
parent
a6da6713bb
commit
9021c7a3eb
|
@ -136,7 +136,7 @@ services:
|
|||
# - triton.cns.services=mastodon-redis
|
||||
|
||||
web:
|
||||
image: tootsuite/mastodon:v4.1.4
|
||||
image: tootsuite/mastodon:v4.2.0
|
||||
mem_limit: 1g
|
||||
restart: always
|
||||
env_file: .env.production
|
||||
|
@ -149,7 +149,7 @@ services:
|
|||
- triton.cns.services=mastodon-web
|
||||
|
||||
streaming:
|
||||
image: tootsuite/mastodon:v4.1.4
|
||||
image: tootsuite/mastodon:v4.2.0
|
||||
mem_limit: 1g
|
||||
restart: always
|
||||
env_file: .env.production
|
||||
|
@ -162,7 +162,7 @@ services:
|
|||
- triton.cns.services=mastodon-streaming
|
||||
|
||||
sidekiq:
|
||||
image: tootsuite/mastodon:v4.1.4
|
||||
image: tootsuite/mastodon:v4.2.0
|
||||
mem_limit: 1g
|
||||
restart: always
|
||||
env_file: .env.production
|
||||
|
@ -172,7 +172,7 @@ services:
|
|||
- triton.cns.services=mastodon-sidekiq
|
||||
|
||||
elasticsearch:
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.11
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.13
|
||||
mem_limit: 512m
|
||||
restart: always
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue