Merge pull request 'Update mastodon to v4.1.0' (#3) from mastodon/update-4.1.0 into main
Reviewed-on: pub-solar/infra#3 Reviewed-by: b12f <hello@benjaminbaedorf.eu>
This commit is contained in:
commit
61d7d6070a
3
mastodon/.envrc
Normal file
3
mastodon/.envrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
source_up
|
||||
|
||||
ttp set cgn-1-pub_solar
|
|
@ -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