Compare commits
5 Commits
add-oidc
...
0.5.2+3.5.
Author | SHA1 | Date | |
---|---|---|---|
73ca23f647 | |||
e85b902262 | |||
d134057749 | |||
b2319ae650 | |||
466126e7d1 |
10
.drone.yml
10
.drone.yml
@ -6,7 +6,7 @@ steps:
|
||||
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
|
||||
settings:
|
||||
host: swarm-test.autonomic.zone
|
||||
stack: {{ .Name }}
|
||||
stack: rallly
|
||||
generate_secrets: true
|
||||
purge: true
|
||||
deploy_key:
|
||||
@ -14,9 +14,13 @@ steps:
|
||||
networks:
|
||||
- proxy
|
||||
environment:
|
||||
DOMAIN: {{ .Name }}.swarm-test.autonomic.zone
|
||||
STACK_NAME: {{ .Name }}
|
||||
DOMAIN: rallly.swarm-test.autonomic.zone
|
||||
STACK_NAME: rallly
|
||||
LETS_ENCRYPT_ENV: production
|
||||
SECRET_SECRET_KEY_VERSION: v1
|
||||
SECRET_DB_PASSWORD_VERSION: v1
|
||||
SECRET_SMTP_PWD_VERSION: v1
|
||||
APP_ENTRYPOINT_VERSION: v1
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
|
@ -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.2+3.5.1"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:3000"]
|
||||
interval: 30s
|
||||
|
1
release/0.5.0+3.5.1
Normal file
1
release/0.5.0+3.5.1
Normal file
@ -0,0 +1 @@
|
||||
Rallly and recipe now support oidc. But you need to be registered to create polls now.
|
Reference in New Issue
Block a user