Compare commits

..

1 Commits

Author SHA1 Message Date
f58f9f86fb chore: publish 0.14.0+v6.99 release 2023-07-18 13:50:51 +02:00
2 changed files with 5 additions and 5 deletions

View File

@ -9,8 +9,8 @@ COMPOSE_FILE="compose.yml"
# Set this to run mongodb in replicaset mode (needs initialisation!)
# COMPOSE_FILE="${COMPOSE_FILE}:compose.rs.yml"
DOMAIN=wekan.example.com
ROOT_URL=https://wekan.example.com
DOMAIN=board.${DOMAIN}
ROOT_URL=https://board.${DOMAIN}
DEBUG=false
@ -31,7 +31,7 @@ RICHER_CARD_COMMENT_EDITOR=false
OAUTH2_ENABLED=false
# OAUTH2_LOGIN_STYLE=redirect
# OAUTH2_CLIENT_ID=wekan
# OAUTH2_SERVER_URL=https://authentik.example.com
# OAUTH2_SERVER_URL=https://sso.${DOMAIN}
# OAUTH2_AUTH_ENDPOINT=/application/o/authorize/
# OAUTH2_USERINFO_ENDPOINT=/application/o/userinfo/
# OAUTH2_TOKEN_ENDPOINT=/application/o/token/

View File

@ -21,7 +21,7 @@ services:
backupbot.backup.path: "/data/db/wekan.db"
app:
image: quay.io/wekan/wekan:v7.30
image: quay.io/wekan/wekan:v6.99
environment:
- MONGO_URL=mongodb://db:27017/wekan
- DOMAIN
@ -83,7 +83,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=2.1.0+v7.30"
- "coop-cloud.${STACK_NAME}.version=0.14.0+v6.99"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
volumes: