Compare commits

..

2 Commits

Author SHA1 Message Date
3wordchant 93810e7f5c chore: publish 3.0.5+v4.5.10 release 2026-05-20 14:31:11 -04:00
3wordchant a5ab65fa87 chore: update image tags 2026-05-20 14:30:35 -04:00
2 changed files with 5 additions and 7 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
export ENTRYPOINT_CONF_VERSION=v7
export ENTRYPOINT_STREAMING_CONF_VERSION=v2
# we're using abra in english
export LANG=C
grep=grep
if ! $grep -P --version 2>/dev/null 1>/dev/null
@@ -108,7 +106,7 @@ secrets() {
echo "VAPID_PRIVATE_KEY = $VAPID_PRIVATE_KEY"
echo ""
abra app secret generate "$APP_NAME" db_password v1 -n
abra app secret generate "$APP_NAME" db_password v1
echo ""
echo "don't forget to insert your smtp_password! your deployment won't work without it"
+4 -4
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: tootsuite/mastodon:v4.5.9
image: tootsuite/mastodon:v4.5.10
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=3.0.4+v4.5.9"
- "coop-cloud.${STACK_NAME}.version=3.0.5+v4.5.10"
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.9
image: tootsuite/mastodon-streaming:v4.5.10
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.9
image: tootsuite/mastodon:v4.5.10
secrets: *secrets
command: bundle exec sidekiq
configs: *configs