added structurizr-lite
This commit is contained in:
25
apps/structurizr-lite/docker-compose.json
Normal file
25
apps/structurizr-lite/docker-compose.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"$schema": "https://schemas.runtipi.io/dynamic-compose.json",
|
||||
"services": [
|
||||
{
|
||||
"name": "structurizr-lite",
|
||||
"image": "structurizr/lite:2025.11.08",
|
||||
"isMain": true,
|
||||
"internalPort": "8080",
|
||||
"environment": [
|
||||
{"key": "PUID", "value": "1000"},
|
||||
{"key": "PGID", "value": "1000"}
|
||||
],
|
||||
"volumes": [
|
||||
{
|
||||
"hostPath": "${APP_DATA_DIR}/structurizr",
|
||||
"containerPath": "/usr/local/structurizr",
|
||||
"readOnly": false,
|
||||
"shared": false,
|
||||
"private": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user