Compare commits

...

3 Commits

Author SHA1 Message Date
c7f5707d0b chore: publish 2.1.0+1.1.15 release 2024-07-02 20:19:59 +02:00
89c1cbe429 add GRIST_ANON_PLAYGROUND (and remove unused GRIST_ORG_IN_PATH) 2024-07-02 16:50:07 +02:00
ac7cce0f9a update grist 2024-07-02 16:37:20 +02:00
2 changed files with 5 additions and 5 deletions

View File

@ -6,11 +6,11 @@ DOMAIN=grist.example.com
#EXTRA_DOMAINS=', `www.grist.example.com`'
LETS_ENCRYPT_ENV=production
GRIST_SUPPORT_ANON=false
#GRIST_SANDBOX_FLAVOR=
GRIST_SINGLE_ORG="yourorg"
GRIST_ORG_IN_PATH=true
COOKIE_MAX_AGE=7776000000
GRIST_SUPPORT_ANON=false
GRIST_ANON_PLAYGROUND=false
GRIST_FORCE_LOGIN=true
GRIST_HIDE_UI_ELEMENTS=billing,sendToDrive
GRIST_DEFAULT_EMAIL=grist@example.com

View File

@ -1,18 +1,18 @@
services:
app:
image: gristlabs/grist:1.1.14
image: gristlabs/grist:1.1.15
networks:
- proxy
- internal
environment:
- REDIS_URL=redis://${STACK_NAME}_redis:6379
- GRIST_SUPPORT_ANON
- GRIST_ANON_PLAYGROUND
- GRIST_SESSION_SECRET_FILE=/run/secrets/session_secret
- GRIST_SANDBOX_FLAVOR=unsandboxed
- APP_HOME_URL=https://${DOMAIN}
- APP_DOC_URL=https://${DOMAIN}
- GRIST_SINGLE_ORG
#- GRIST_ORG_IN_PATH
- COOKIE_MAX_AGE
- GRIST_FORCE_LOGIN
- GRIST_HIDE_UI_ELEMENTS
@ -38,7 +38,7 @@ services:
- "caddy=${DOMAIN}"
- "caddy.reverse_proxy={{upstreams 8484}}"
- "caddy.tls.on_demand="
- "coop-cloud.${STACK_NAME}.version=2.0.0+1.1.14"
- "coop-cloud.${STACK_NAME}.version=2.1.0+1.1.15"
redis:
image: redis:7.2-alpine