fix fonts and widget exantion
This commit is contained in:
57
j_version/docker-compose.yml
Executable file
57
j_version/docker-compose.yml
Executable file
@@ -0,0 +1,57 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
fis:
|
||||
image: gal
|
||||
container_name: jgal
|
||||
ports:
|
||||
- "3010:3000"
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- PASSWORD=tommal
|
||||
mem_limit: 4g
|
||||
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"
|
||||
- "scsv03.sanmarco.lan:10.200.100.16"
|
||||
volumes:
|
||||
- v-confj:/config
|
||||
|
||||
volumes:
|
||||
v-confj:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# ONLY IN PRODUCTION
|
||||
#version: '3.8'
|
||||
#
|
||||
#services:
|
||||
# fis:
|
||||
# image: fis
|
||||
# container_name: fis
|
||||
# ports:
|
||||
# - "3003:3000"
|
||||
# environment:
|
||||
# - PUID=1000
|
||||
# - PGID=1000
|
||||
# - PASSWORD=tommal
|
||||
# mem_limit: 700m
|
||||
# memswap_limit: 2g
|
||||
# privileged: true
|
||||
# volumes:
|
||||
# - v-fis:/app/Fiscality
|
||||
# - v-config:/config
|
||||
#
|
||||
#volumes:
|
||||
# v-fis:
|
||||
# v-config:
|
||||
#
|
||||
Reference in New Issue
Block a user