This repository has been archived on 2025-05-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
docker-grist/README.md

21 lines
No EOL
343 B
Markdown

# Docker compose file for Grist
Docker-compose file to be used with Grist.
## Base environment
```
GRIST_SESSION_SECRET=
GRIST_DEFAULT_EMAIL=
APP_HOME_URL=
PORT=
```
## OIDC
```
GRIST_OIDC_SP_HOST=
GRIST_OIDC_IDP_ISSUER=
GRIST_OIDC_IDP_SCOPES=
GRIST_OIDC_IDP_CLIENT_ID=
GRIST_OIDC_IDP_CLIENT_SECRET=
GRIST_OIDC_SP_IGNORE_EMAIL_VERIFIED=
```