mastodon: bump version to v4.1.0
Bump elasticsearch to 7.17.9 caddy: comment out access logging for mastodon
This commit is contained in:
parent
8079825ec5
commit
6e14bc910c
|
@ -57,9 +57,10 @@ services:
|
|||
@cache_control {
|
||||
path_regexp ^/(emoji|packs|/system/accounts/avatars|/system/media_attachments/files)
|
||||
}
|
||||
log {
|
||||
output stderr
|
||||
}
|
||||
# Uncomment only for debugging, we don't log by default
|
||||
#log {
|
||||
# output stderr
|
||||
#}
|
||||
handle /.well-known/keybase.txt {
|
||||
root * /srv
|
||||
file_server
|
||||
|
@ -134,7 +135,7 @@ services:
|
|||
# - triton.cns.services=mastodon-redis
|
||||
|
||||
web:
|
||||
image: tootsuite/mastodon:v4.0.2
|
||||
image: tootsuite/mastodon:v4.1.0
|
||||
mem_limit: 1g
|
||||
restart: always
|
||||
env_file: .env.production
|
||||
|
@ -147,7 +148,7 @@ services:
|
|||
- triton.cns.services=mastodon-web
|
||||
|
||||
streaming:
|
||||
image: tootsuite/mastodon:v4.0.2
|
||||
image: tootsuite/mastodon:v4.1.0
|
||||
mem_limit: 1g
|
||||
restart: always
|
||||
env_file: .env.production
|
||||
|
@ -160,7 +161,7 @@ services:
|
|||
- triton.cns.services=mastodon-streaming
|
||||
|
||||
sidekiq:
|
||||
image: tootsuite/mastodon:v4.0.2
|
||||
image: tootsuite/mastodon:v4.1.0
|
||||
mem_limit: 1g
|
||||
restart: always
|
||||
env_file: .env.production
|
||||
|
@ -170,7 +171,7 @@ services:
|
|||
- triton.cns.services=mastodon-sidekiq
|
||||
|
||||
elasticsearch:
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.4
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.9
|
||||
mem_limit: 512m
|
||||
restart: always
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue