Compare commits

...

5 Commits

Author SHA1 Message Date
98d595d287 chore: publish 2.1.0+v7.30 release 2024-01-30 14:59:18 +01:00
85c09e0fab chore: publish 2.0.0+v7.10 release 2023-10-25 18:00:05 +02:00
3wc
53a08095f2 chore: publish 1.0.0+v6.99 release 2023-09-23 20:46:23 +01:00
a9181c180e chore: publish 0.14.0+v6.99 release 2023-07-18 13:51:03 +02:00
bc3b7a4dba fix domain env 2023-07-10 00:43:59 +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!) # Set this to run mongodb in replicaset mode (needs initialisation!)
# COMPOSE_FILE="${COMPOSE_FILE}:compose.rs.yml" # COMPOSE_FILE="${COMPOSE_FILE}:compose.rs.yml"
DOMAIN=board.${DOMAIN} DOMAIN=wekan.example.com
ROOT_URL=https://board.${DOMAIN} ROOT_URL=https://wekan.example.com
DEBUG=false DEBUG=false
@ -31,7 +31,7 @@ RICHER_CARD_COMMENT_EDITOR=false
OAUTH2_ENABLED=false OAUTH2_ENABLED=false
# OAUTH2_LOGIN_STYLE=redirect # OAUTH2_LOGIN_STYLE=redirect
# OAUTH2_CLIENT_ID=wekan # OAUTH2_CLIENT_ID=wekan
# OAUTH2_SERVER_URL=https://sso.${DOMAIN} # OAUTH2_SERVER_URL=https://authentik.example.com
# OAUTH2_AUTH_ENDPOINT=/application/o/authorize/ # OAUTH2_AUTH_ENDPOINT=/application/o/authorize/
# OAUTH2_USERINFO_ENDPOINT=/application/o/userinfo/ # OAUTH2_USERINFO_ENDPOINT=/application/o/userinfo/
# OAUTH2_TOKEN_ENDPOINT=/application/o/token/ # OAUTH2_TOKEN_ENDPOINT=/application/o/token/

View File

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