chore: publish 0.5.0+3.5.1 release

This commit is contained in:
Simon 2024-02-01 14:16:59 +01:00
parent b95df148f8
commit 466126e7d1
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: lukevella/rallly:3.5.0
image: lukevella/rallly:3.5.1
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=0.4.1+2.11.1"
- "coop-cloud.${STACK_NAME}.version=0.5.0+3.5.1"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"]
interval: 30s

1
release/0.5.0+3.5.1 Normal file
View File

@ -0,0 +1 @@
Rallly and recipe now support oidc. But you need to be registered to create polls now.