chore(deps): update gristlabs/grist docker tag to v1.1.3 (#944)
This commit is contained in:
parent
c6cdb74244
commit
409995e015
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user