fix the manager

This commit is contained in:
2026-07-06 12:34:01 +02:00
parent 948f209436
commit 0572efba8b
4 changed files with 115 additions and 15 deletions

View File

@@ -0,0 +1,27 @@
{
"defaults": {
"container_prefix": "fis-",
"environment": {
"PUID": "1000",
"PGID": "1000"
},
"volumes": {
"v-conf-{id}": "/config"
},
"mem_limit": "3g",
"memswap_limit": "5g",
"privileged": true,
"tmpfs": {},
"dns": [],
"extra_hosts": {}
},
"users": [
{
"id": "tomas",
"port": 3009,
"environment": {
"PASSWORD": "tomasmali92"
}
}
]
}