fix Fatturazione elettronica XML previe

This commit is contained in:
2026-01-05 10:04:13 +01:00
parent 67c4783b8c
commit 6a19f7cde6
992 changed files with 17335 additions and 4344 deletions

View File

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