mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 03:15:23 +02:00
feat: add Steedos template
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
13
blueprints/steedos/docker-compose.yml
Normal file
13
blueprints/steedos/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
steedos:
|
||||
image: steedos/steedos-community:3.0.14
|
||||
restart: always
|
||||
environment:
|
||||
- ROOT_URL=http://${STEEDOS_HOST}
|
||||
volumes:
|
||||
- steedos-data:/steedos-storage
|
||||
|
||||
volumes:
|
||||
steedos-data:
|
||||
16
blueprints/steedos/meta.json
Normal file
16
blueprints/steedos/meta.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"id": "steedos",
|
||||
"name": "Steedos",
|
||||
"version": "3.0.14",
|
||||
"description": "Steedos is an open-source low-code platform and alternative to Salesforce, designed to help you build enterprise applications like CRM with clicks, not code.",
|
||||
"logo": "steedos.png",
|
||||
"links": {
|
||||
"github": "https://github.com/steedos/steedos-platform",
|
||||
"website": "https://www.steedos.com/",
|
||||
"docs": "https://docs.steedos.com/"
|
||||
},
|
||||
"tags": [
|
||||
"crm",
|
||||
"low-code"
|
||||
]
|
||||
}
|
||||
BIN
blueprints/steedos/steedos.png
Normal file
BIN
blueprints/steedos/steedos.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.3 KiB |
13
blueprints/steedos/template.toml
Normal file
13
blueprints/steedos/template.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
mounts = []
|
||||
|
||||
[[config.domains]]
|
||||
serviceName = "steedos"
|
||||
port = 80
|
||||
host = "${main_domain}"
|
||||
|
||||
[config.env]
|
||||
STEEDOS_HOST = "${main_domain}"
|
||||
Reference in New Issue
Block a user