Revert "chore: publish 0.1.2+v4.1.4 release"
Some checks failed
continuous-integration/drone/push Build is failing

This reverts commit 0168577d6513a7577b80beea8d26528440cda755.
This commit is contained in:
Ammar Hussein 2024-11-15 12:29:23 -08:00
parent 6e96b6e12b
commit f8cf9e7011

View File

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