fix the manager
This commit is contained in:
27
manager-solution/manager/config.json
Normal file
27
manager-solution/manager/config.json
Normal 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user