mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
committed by
GitHub
parent
186528df56
commit
e562010556
18
blueprints/grist/docker-compose.yml
Normal file
18
blueprints/grist/docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
grist:
|
||||
image: gristlabs/grist:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8484
|
||||
volumes:
|
||||
- grist_data:/persist
|
||||
environment:
|
||||
GRIST_DEFAULT_EMAIL: ${GRIST_DEFAULT_EMAIL:-}
|
||||
GRIST_SESSION_SECRET: ${GRIST_SESSION_SECRET:-}
|
||||
GRIST_SINGLE_ORG: ${GRIST_SINGLE_ORG:-}
|
||||
GRIST_HOME_INSTANCE: ${GRIST_HOME_INSTANCE:-}
|
||||
|
||||
volumes:
|
||||
grist_data:
|
||||
|
||||
BIN
blueprints/grist/grist.png
Normal file
BIN
blueprints/grist/grist.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
15
blueprints/grist/template.toml
Normal file
15
blueprints/grist/template.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
default_email = "${email}"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "grist"
|
||||
port = 8484
|
||||
host = "${main_domain}"
|
||||
|
||||
[config.env]
|
||||
GRIST_DEFAULT_EMAIL = "${default_email}"
|
||||
|
||||
[[config.mounts]]
|
||||
|
||||
19
meta.json
19
meta.json
@@ -2590,6 +2590,25 @@
|
||||
"knowledge-management"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "grist",
|
||||
"name": "Grist",
|
||||
"version": "latest",
|
||||
"description": "Grist is an open-source spreadsheet and database alternative that combines the flexibility of spreadsheets with the power of databases.",
|
||||
"logo": "grist.png",
|
||||
"links": {
|
||||
"github": "https://github.com/gristlabs/grist-core",
|
||||
"website": "https://www.getgrist.com/",
|
||||
"docs": "https://support.getgrist.com/self-managed/"
|
||||
},
|
||||
"tags": [
|
||||
"spreadsheet",
|
||||
"database",
|
||||
"productivity",
|
||||
"self-hosted",
|
||||
"data-management"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "habitica",
|
||||
"name": "Habitica",
|
||||
|
||||
Reference in New Issue
Block a user