Initial commit with kopia app working
This commit is contained in:
23
apps/siyuan_Need to edit/docker-compose.json
Normal file
23
apps/siyuan_Need to edit/docker-compose.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$schema": "https://schemas.runtipi.io/dynamic-compose.json",
|
||||
"services": [
|
||||
{
|
||||
"name": "siyuan",
|
||||
"image": "b3log/siyuan:v3.3.5",
|
||||
"isMain": true,
|
||||
"internalPort": 6806,
|
||||
"environment": {
|
||||
"TZ": "${TZ}",
|
||||
"PUID": "1000",
|
||||
"PGID": "1000"
|
||||
},
|
||||
"volumes": [
|
||||
{
|
||||
"hostPath": "${APP_DATA_DIR}/data/workspace",
|
||||
"containerPath": "/siyuan/workspace/"
|
||||
}
|
||||
],
|
||||
"command": ["--workspace=/siyuan/workspace/", "--accessAuthCode=${SIYUAN_ACCESS_AUTH_CODE}"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user