28 lines
446 B
JSON
28 lines
446 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|