chore: publish 1.0.3+v4.3.6 release
Some checks failed
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing

This commit is contained in:
3wc 2025-03-31 18:02:17 +01:00
parent adc02f9cac
commit 7bb4a5d2e4

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: tootsuite/mastodon:v4.3.3
image: tootsuite/mastodon:v4.3.6
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=1.0.2+v4.3.3"
- "coop-cloud.${STACK_NAME}.version=1.0.3+v4.3.6"
configs: &configs
- source: entrypoint_sh
target: /usr/local/bin/entrypoint.sh
@ -129,7 +129,7 @@ services:
- WEB_DOMAIN
streaming:
image: tootsuite/mastodon-streaming:v4.3.3
image: tootsuite/mastodon-streaming:v4.3.6
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.3.3
image: tootsuite/mastodon:v4.3.6
secrets: *secrets
command: bundle exec sidekiq
configs: *configs
@ -164,7 +164,7 @@ services:
environment: *env
db:
image: postgres:15.10-alpine
image: postgres:15.12-alpine
networks: &internalNetwork
- internal
volumes: