chore: publish 1.1.5+v4.0.13-hometown-1.1.1 release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2024-02-01 20:31:28 -03:00
parent 2e46a01082
commit 4e8ae43423
1 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v4.0.10-hometown-1.1.1
image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v4.0.13-hometown-1.1.1
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
networks: &bothNetworks
- proxy
@ -19,7 +19,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.1.4+v4.0.10-hometown-1.1.1"
- "coop-cloud.${STACK_NAME}.version=1.1.5+v4.0.13-hometown-1.1.1"
configs: &configs
- source: entrypoint_sh
target: /usr/local/bin/entrypoint.sh
@ -143,7 +143,7 @@ services:
- WEB_DOMAIN
streaming:
image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v4.0.10-hometown-1.1.1
image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v4.0.13-hometown-1.1.1
command: node ./streaming
configs: *configs
entrypoint: *entrypoint
@ -164,7 +164,7 @@ services:
volumes: *appVolume # used to make sure this volume is created
sidekiq:
image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v4.0.10-hometown-1.1.1
image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v4.0.13-hometown-1.1.1
secrets: *secrets
command: bundle exec sidekiq
configs: *configs
@ -178,7 +178,7 @@ services:
environment: *env
db:
image: postgres:14.5-alpine
image: postgres:14.10-alpine
networks: &internalNetwork
- internal_network
volumes:
@ -191,7 +191,7 @@ services:
- POSTGRES_USER=${DB_USER}
redis:
image: redis:7.0-alpine
image: redis:7.2-alpine
networks: *internalNetwork
healthcheck:
test: ["CMD", "redis-cli", "ping"]