chore: publish 0.1.2+v4.1.4 release
continuous-integration/drone/push Build is failing Details

This commit is contained in:
KawaiiPunk 2023-07-10 14:15:15 +01:00
parent 270edfe034
commit 0168577d65
1 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: tootsuite/mastodon:v4.1.0
image: tootsuite/mastodon:v4.1.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=1.0.0+v4.1.0"
- "coop-cloud.${STACK_NAME}.version=0.1.2+v4.1.4"
configs: &configs
- source: entrypoint_sh
target: /usr/local/bin/entrypoint.sh
@ -119,7 +119,7 @@ services:
- WEB_DOMAIN
streaming:
image: tootsuite/mastodon:v4.1.0
image: tootsuite/mastodon:v4.1.4
command: node ./streaming
configs: *configs
entrypoint: *entrypoint
@ -140,7 +140,7 @@ services:
volumes: *appVolume
sidekiq:
image: tootsuite/mastodon:v4.1.0
image: tootsuite/mastodon:v4.1.4
secrets: *secrets
command: bundle exec sidekiq
configs: *configs
@ -154,7 +154,7 @@ services:
environment: *env
db:
image: postgres:15.2-alpine
image: postgres:15.3-alpine
networks: &internalNetwork
- internal
volumes: