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: services:
app: app:
image: tootsuite/mastodon:v4.1.4 image: tootsuite/mastodon:v4.3.1
command: | command: |
bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
networks: &bothNetworks networks: &bothNetworks
@ -20,7 +20,7 @@ services:
- "traefik.http.routers.${STACK_NAME}_web.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}_web.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}_web.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}_web.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}_web.tls.certresolver=${LETS_ENCRYPT_ENV}" - "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 configs: &configs
- source: entrypoint_sh - source: entrypoint_sh
target: /usr/local/bin/entrypoint.sh target: /usr/local/bin/entrypoint.sh
@ -119,7 +119,7 @@ services:
- WEB_DOMAIN - WEB_DOMAIN
streaming: streaming:
image: tootsuite/mastodon:v4.1.4 image: tootsuite/mastodon:v4.3.1
command: node ./streaming command: node ./streaming
configs: *configs configs: *configs
entrypoint: *entrypoint entrypoint: *entrypoint
@ -140,7 +140,7 @@ services:
volumes: *appVolume volumes: *appVolume
sidekiq: sidekiq:
image: tootsuite/mastodon:v4.1.4 image: tootsuite/mastodon:v4.3.1
secrets: *secrets secrets: *secrets
command: bundle exec sidekiq command: bundle exec sidekiq
configs: *configs configs: *configs
@ -154,7 +154,7 @@ services:
environment: *env environment: *env
db: db:
image: postgres:15.3-alpine image: postgres:17.0-alpine
networks: &internalNetwork networks: &internalNetwork
- internal - internal
volumes: volumes:
@ -167,7 +167,7 @@ services:
- POSTGRES_USER=${DB_USER} - POSTGRES_USER=${DB_USER}
redis: redis:
image: redis:7.0-alpine image: redis:7.4-alpine
networks: *internalNetwork networks: *internalNetwork
healthcheck: healthcheck:
test: ["CMD", "redis-cli", "ping"] test: ["CMD", "redis-cli", "ping"]

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

@ -0,0 +1 @@
upgrade apps