mirror of
https://github.com/Dokploy/templates.git
synced 2026-04-28 11:08:37 -05:00
Add SilverBullet template to meta.json (#322)
This commit is contained in:
committed by
GitHub
parent
bda5817e00
commit
0b0800e2ad
21
blueprints/silverbullet/docker-compose.yml
Normal file
21
blueprints/silverbullet/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
silverbullet:
|
||||
image: ghcr.io/silverbulletmd/silverbullet:v2
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- SB_USER=${SB_USER}
|
||||
volumes:
|
||||
- silverbullet-space:/space
|
||||
expose:
|
||||
- 3000
|
||||
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
volumes:
|
||||
silverbullet-space: {}
|
||||
BIN
blueprints/silverbullet/image.png
Normal file
BIN
blueprints/silverbullet/image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
16
blueprints/silverbullet/template.toml
Normal file
16
blueprints/silverbullet/template.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
sb_user = "admin:${password:16}"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "silverbullet"
|
||||
port = 3000
|
||||
host = "${main_domain}"
|
||||
|
||||
[config.env]
|
||||
SB_USER = "${sb_user}"
|
||||
|
||||
[[config.mounts]]
|
||||
name = "silverbullet-space"
|
||||
mountPath = "/space"
|
||||
18
meta.json
18
meta.json
@@ -4009,6 +4009,24 @@
|
||||
"apm"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "silverbullet",
|
||||
"name": "SilverBullet",
|
||||
"version": "v2",
|
||||
"description": "SilverBullet is a personal knowledge base and collaborative note-taking platform.",
|
||||
"logo": "image.png",
|
||||
"links": {
|
||||
"github": "https://github.com/silverbulletmd/silverbullet",
|
||||
"website": "https://silverbullet.md",
|
||||
"docs": "https://silverbullet.md/docs"
|
||||
},
|
||||
"tags": [
|
||||
"notes",
|
||||
"knowledge-base",
|
||||
"productivity",
|
||||
"markdown"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "slash",
|
||||
"name": "Slash",
|
||||
|
||||
Reference in New Issue
Block a user