fix the manager

This commit is contained in:
2026-07-06 12:18:41 +02:00
parent 8891e78b1d
commit de468929e1
22 changed files with 1069 additions and 468 deletions

View File

@@ -1,47 +0,0 @@
{
"defaults": {
"container_prefix": "fis-",
"volumes": {
"v-conf-{id}": "/config"
},
"environment": {
"PUID": "1000",
"PGID": "1000"
},
"mem_limit": "3g",
"memswap_limit": "5g",
"privileged": true
},
"users": [
{
"id": "user1",
"port": 3001,
"environment": {
"PASSWORD": "user1"
},
"volumes": {
"v-conf-user1": "/config"
}
},
{
"id": "user2",
"port": 3002,
"environment": {
"PASSWORD": "user2"
},
"volumes": {
"v-conf-user2": "/config"
}
},
{
"id": "user3",
"port": 3003,
"environment": {
"PASSWORD": "user3"
},
"volumes": {
"v-conf-user3": "/config"
}
}
]
}