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

This commit is contained in:
Ammar Hussein 2024-11-09 02:58:14 -08:00
parent 0168577d65
commit 6e96b6e12b
2 changed files with 7 additions and 6 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: tootsuite/mastodon:v4.1.4
image: tootsuite/mastodon:v4.3.1
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=0.1.2+v4.1.4"
- "coop-cloud.${STACK_NAME}.version=0.2.0+v4.3.1"
configs: &configs
- source: entrypoint_sh
target: /usr/local/bin/entrypoint.sh
@ -119,7 +119,7 @@ services:
- WEB_DOMAIN
streaming:
image: tootsuite/mastodon:v4.1.4
image: tootsuite/mastodon:v4.3.1
command: node ./streaming
configs: *configs
entrypoint: *entrypoint
@ -140,7 +140,7 @@ services:
volumes: *appVolume
sidekiq:
image: tootsuite/mastodon:v4.1.4
image: tootsuite/mastodon:v4.3.1
secrets: *secrets
command: bundle exec sidekiq
configs: *configs
@ -154,7 +154,7 @@ services:
environment: *env
db:
image: postgres:15.3-alpine
image: postgres:17.0-alpine
networks: &internalNetwork
- internal
volumes:
@ -167,7 +167,7 @@ services:
- POSTGRES_USER=${DB_USER}
redis:
image: redis:7.0-alpine
image: redis:7.4-alpine
networks: *internalNetwork
healthcheck:
test: ["CMD", "redis-cli", "ping"]

1
release/0.2.0+v4.3.1 Normal file
View File

@ -0,0 +1 @@
upgrade apps