Other Apps I need to add

This commit is contained in:
cody conder
2025-10-21 22:32:16 -05:00
parent c756ea0244
commit f0792907f7
15 changed files with 781 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"services": [
{
"name": "silverbullet",
"image": "zefhemel/silverbullet:2.1.9",
"isMain": true,
"internalPort": 3000,
"environment": {
"SB_USER": "${SB_USER}:${SB_PASSWORD}"
},
"volumes": [
{
"hostPath": "/etc/localtime",
"containerPath": "/etc/localtime",
"readOnly": true
},
{
"hostPath": "${APP_DATA_DIR}/space",
"containerPath": "/space"
}
]
}
],
"$schema": "https://schemas.runtipi.io/dynamic-compose.json"
}