chore: publish 0.6.0+3.10.1 release
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon 2024-09-26 15:43:30 +02:00
parent db812fd1d3
commit 6be1ac13b8

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: lukevella/rallly:3.5.1 image: lukevella/rallly:3.10.1
hostname: 0.0.0.0 hostname: 0.0.0.0
networks: networks:
- proxy - proxy
@ -45,7 +45,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" - "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=0.5.3+3.5.1" - "coop-cloud.${STACK_NAME}.version=0.6.0+3.10.1"
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"] test: ["CMD", "curl", "-f", "http://localhost:3000"]
interval: 30s interval: 30s