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

16
docker-compose.yml Normal file → Executable file
View File

@@ -5,26 +5,28 @@ services:
image: fis
container_name: fis
ports:
- "3003:3000"
- "3000:3000"
environment:
- PUID=1000
- PGID=1000
- CUSTOM_USER=tomas
- PASSWORD=tommal
mem_limit: 700m
memswap_limit: 2g
# - NO_FULL=true
mem_limit: 3g
memswap_limit: 5g
privileged: true
tmpfs:
- /tmp:exec,mode=777
dns:
- 10.100.0.8
- 10.200.100.1
extra_hosts:
- "scsv28.sanmarco.lan:10.200.100.108"
volumes:
- v-fis:/app/Fiscality
- v-config:/config
- v-conf:/config
volumes:
v-fis:
v-config:
v-conf: