fix Fatturazione elettronica XML previe
This commit is contained in:
16
docker-compose.yml
Normal file → Executable file
16
docker-compose.yml
Normal file → Executable 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:
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user