update grist

This commit is contained in:
Vivian 2023-11-21 16:29:22 +01:00
parent 3e9351d48f
commit 95c2e89e27
2 changed files with 22 additions and 23 deletions

View file

@ -24,7 +24,7 @@ in {
oci-containers.containers.grist = {
image =
"gristlabs/grist:latest"; # Switch to versioned release as soon as OIDC hits stable
"gristlabs/grist:1.1.8";
environment = {
APP_HOME_URL = "https://grist.0x76.dev";
GRIST_SUPPORT_ANON = "false";
@ -42,7 +42,6 @@ in {
PYTHON_VERSION = "3";
PYTHON_VERSION_ON_CREATION = "3";
# Beta OIDC support
GRIST_OIDC_IDP_ISSUER = "https://dex.0x76.dev";
};
environmentFiles = [ "${vs.grist}/environment" ];