chore: publish 1.5.14+4.5.14 release
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2026-02-08 18:20:23 +00:00
parent 0da41fc2b8
commit e87bd36e79
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: lukevella/rallly:4.5.13
image: lukevella/rallly:4.5.14
hostname: 0.0.0.0
networks:
- proxy
@ -45,7 +45,7 @@ services:
- "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.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=1.5.13+4.5.13"
- "coop-cloud.${STACK_NAME}.version=1.5.14+4.5.14"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
healthcheck:
test: "bash -c 'printf \"GET / HTTP/1.1\n\n\" > /dev/tcp/127.0.0.1/3000; exit $$?;'"

1
release/1.5.14+4.5.14 Normal file
View File

@ -0,0 +1 @@
Fixed an issue where anonymous users were incorrectly included in the total user count and displayed in the control panel.