feat(service): add silverbullet template (#6425)
Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
This commit is contained in:
parent
898c7fddc4
commit
deb11d6163
2 changed files with 24 additions and 0 deletions
BIN
public/svgs/silverbullet.png
Normal file
BIN
public/svgs/silverbullet.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 239 KiB |
24
templates/compose/silverbullet.yaml
Normal file
24
templates/compose/silverbullet.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# documentation: https://v2.silverbullet.md/Install/Configuration
|
||||
# slogan: SilverBullet is a tool to develop, organize, and structure your personal knowledge and to make it universally accessible across all your devices.
|
||||
# tags: note-taking,markdown,pkm
|
||||
# logo: svgs/silverbullet.png
|
||||
# port: 3000
|
||||
|
||||
services:
|
||||
silverbullet:
|
||||
image: ghcr.io/silverbulletmd/silverbullet:v2
|
||||
environment:
|
||||
- SERVICE_URL_SILVERBULLET_3000
|
||||
- SB_USER=${SERVICE_USER_SILVERBULLET}:${SERVICE_PASSWORD_SILVERBULLET}
|
||||
volumes:
|
||||
- silverbullet-space:/space
|
||||
healthcheck:
|
||||
test:
|
||||
- CMD
|
||||
- wget
|
||||
- '--spider'
|
||||
- '--quiet'
|
||||
- 'http://127.0.0.1:3000'
|
||||
interval: 2s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
Loading…
Reference in a new issue