chore(deps): update gristlabs/grist docker tag to v1.1.3 (#944)

This commit is contained in:
renovate[bot] 2023-08-03 18:09:16 +00:00 committed by GitHub
parent c6cdb74244
commit 409995e015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 7 deletions

View File

@ -5,9 +5,11 @@
"exposable": true,
"id": "grist",
"description": "Grist is a modern relational spreadsheet. It combines the flexibility of a spreadsheet with the robustness of a database to organize your data and make you more productive.",
"tipi_version": 1,
"version": "1.1.2",
"categories": ["utilities"],
"tipi_version": 2,
"version": "1.1.3",
"categories": [
"utilities"
],
"short_desc": "Grist is the evolution of spreadsheets.",
"author": "https://github.com/gristlabs",
"source": "https://github.com/gristlabs/grist-core",
@ -18,10 +20,16 @@
"label": "GRIST_SANDBOX_FLAVOR",
"required": true,
"options": [
{ "label": "unsandboxed", "value": "unsandboxed" },
{ "label": "gvisor", "value": "gvisor" }
{
"label": "unsandboxed",
"value": "unsandboxed"
},
{
"label": "gvisor",
"value": "gvisor"
}
],
"env_variable": "GRIST_SANDBOX_FLAVOR"
}
]
}
}

View File

@ -6,7 +6,7 @@ services:
environment:
- APP_HOME_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
- GRIST_SANDBOX_FLAVOR=${GRIST_SANDBOX_FLAVOR}
image: "gristlabs/grist:1.1.2"
image: "gristlabs/grist:1.1.3"
ports:
- "${APP_PORT}:8484"
restart: always