mastodon: bump version to v4.1.0

Bump elasticsearch to 7.17.9

caddy: comment out access logging for mastodon
pull/3/head
teutat3s 2023-02-19 19:02:00 +01:00
parent 8079825ec5
commit 6e14bc910c
Signed by: teutat3s
GPG Key ID: 18DAE600A6BBE705
1 changed files with 8 additions and 7 deletions

View File

@ -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: