Initial commit with kopia app working
This commit is contained in:
25
apps/silverbullet_Reference/docker-compose.json
Normal file
25
apps/silverbullet_Reference/docker-compose.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user