No description
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.
Find a file
2025-05-16 14:33:12 +02:00
compose.yaml Fix port mapping in Docker compose and add volume for persistence 2025-05-16 14:33:12 +02:00
README.md Add PORT variable to Docker compose README 2025-05-16 14:28:59 +02:00
stack.env Add initial Docker configuration files for Grist 2025-05-16 14:28:23 +02:00

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=