2 Commits

Author SHA1 Message Date
3wc
b6a5ea548f chore: publish 3.0.0+v4.5.4 release
Some checks failed
continuous-integration/drone/push Build is failing
2026-01-10 14:37:54 -05:00
f0cce1ffad Merge pull request 'Pass through AWS_SECRET_ACCESS_KEY' (#37) from fix/missing-aws-key-env into main
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #37
Reviewed-by: ammaratef45 <ammaratef45@proton.me>
2026-01-08 22:46:10 +00:00
2 changed files with 5 additions and 4 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: tootsuite/mastodon:v4.5.3
image: tootsuite/mastodon:v4.5.4
command: |
bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
networks: &bothNetworks
@ -20,7 +20,7 @@ services:
- "traefik.http.routers.${STACK_NAME}_web.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}_web.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}_web.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=2.1.3+v4.5.3"
- "coop-cloud.${STACK_NAME}.version=3.0.0+v4.5.4"
configs: &configs
- source: entrypoint_sh
target: /usr/local/bin/entrypoint.sh
@ -129,7 +129,7 @@ services:
- WEB_DOMAIN
streaming:
image: tootsuite/mastodon-streaming:v4.5.3
image: tootsuite/mastodon-streaming:v4.5.4
command: node ./streaming/index.js
configs: *configs
entrypoint: /usr/local/bin/entrypoint_streaming.sh
@ -150,7 +150,7 @@ services:
volumes: *appVolume
sidekiq:
image: tootsuite/mastodon:v4.5.3
image: tootsuite/mastodon:v4.5.4
secrets: *secrets
command: bundle exec sidekiq
configs: *configs

1
release/3.0.0+v4.5.4 Normal file
View File

@ -0,0 +1 @@
WARNING ⚠️: Elasticsearch is now opt-in, if you would like to continue using it, run `abra app config <app-name>` and add `COMPOSE_FILE="$COMPOSE_FILE:compose.elasticsearch.yml"`