diff --git a/mastodon/docker-compose.yml b/mastodon/docker-compose.yml index 111f3fa..e48437d 100644 --- a/mastodon/docker-compose.yml +++ b/mastodon/docker-compose.yml @@ -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: