Disable grist forced login
This commit is contained in:
parent
fa3ad35228
commit
6991fba30c
|
|
@ -21,7 +21,7 @@ services:
|
||||||
GRIST_SAML_IDP_CERTS: /certs/authentik.pem
|
GRIST_SAML_IDP_CERTS: /certs/authentik.pem
|
||||||
GRIST_SAML_SP_KEY: /certs/grist_private_key.pem
|
GRIST_SAML_SP_KEY: /certs/grist_private_key.pem
|
||||||
GRIST_SAML_SP_CERT: /certs/grist_certificate.pem
|
GRIST_SAML_SP_CERT: /certs/grist_certificate.pem
|
||||||
GRIST_FORCE_LOGIN: true
|
GRIST_FORCE_LOGIN: false
|
||||||
expose:
|
expose:
|
||||||
- 8484
|
- 8484
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue