Added tasks.md (and fixed an issue in the grist compose file)

This commit is contained in:
2024-08-16 17:29:38 -06:00
parent 35eeeb39e1
commit 5201c967d5
5 changed files with 53 additions and 3 deletions

View File

@ -7,8 +7,8 @@ services:
- 'auth.thesatelliteoflove.com:172.20.0.2'
environment:
- GRIST_SESSION_SECRET={{ grist_session_secret }}
- APP_HOME_URL="https://grist.thesatelliteoflove.com"
- GRIST_OIDC_IDP_ISSUER="https://auth.thesatelliteoflove.com/application/o/grist/.well-known/openid-configuration"
- APP_HOME_URL=https://grist.thesatelliteoflove.com
- GRIST_OIDC_IDP_ISSUER=https://auth.thesatelliteoflove.com/application/o/grist/.well-known/openid-configuration
- GRIST_OIDC_IDP_CLIENT_ID={{ grist_oidc_client_id }}
- GRIST_OIDC_IDP_CLIENT_SECRET={{ grist_oidc_client_secret }}
image: gristlabs/grist