mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
added SIGKILL timeouts for docker and phusion_image
This commit is contained in:
parent
286cbc66a8
commit
542d549bbc
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,7 @@ services:
|
||||||
links:
|
links:
|
||||||
- mongo
|
- mongo
|
||||||
- redis
|
- redis
|
||||||
|
stop_grace_period: 60s
|
||||||
volumes:
|
volumes:
|
||||||
- ~/sharelatex_data:/var/lib/sharelatex
|
- ~/sharelatex_data:/var/lib/sharelatex
|
||||||
########################################################################
|
########################################################################
|
||||||
|
@ -46,6 +47,11 @@ services:
|
||||||
# see https://github.com/overleaf/overleaf/issues/695
|
# see https://github.com/overleaf/overleaf/issues/695
|
||||||
TEXMFVAR: /var/lib/sharelatex/tmp/texmf-var
|
TEXMFVAR: /var/lib/sharelatex/tmp/texmf-var
|
||||||
|
|
||||||
|
# Give children processes delay to timeout
|
||||||
|
KILL_PROCESS_TIMEOUT: 60
|
||||||
|
# Give all other processes (such as those which have been forked) delay to timeout
|
||||||
|
KILL_ALL_PROCESSES_TIMEOUT: 60
|
||||||
|
|
||||||
## Set for SSL via nginx-proxy
|
## Set for SSL via nginx-proxy
|
||||||
#VIRTUAL_HOST: 103.112.212.22
|
#VIRTUAL_HOST: 103.112.212.22
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue