Compare commits
3 Commits
e3ebbeb5d3
...
c7f5707d0b
Author | SHA1 | Date | |
---|---|---|---|
c7f5707d0b | |||
89c1cbe429 | |||
ac7cce0f9a |
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user