Make forward_proxy and spot close faster

This commit is contained in:
Martin Lablans 2023-04-24 11:43:46 +02:00
parent d5d4419374
commit 4df6abc50d
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ services:
forward_proxy: forward_proxy:
container_name: bridgehead-forward-proxy container_name: bridgehead-forward-proxy
stop_signal: SIGKILL
image: docker.verbis.dkfz.de/cache/samply/bridgehead-forward-proxy:latest image: docker.verbis.dkfz.de/cache/samply/bridgehead-forward-proxy:latest
environment: environment:
HTTPS_PROXY: ${HTTPS_PROXY_URL} HTTPS_PROXY: ${HTTPS_PROXY_URL}
@ -49,6 +50,7 @@ services:
spot: spot:
image: docker.verbis.dkfz.de/cache/samply/spot:feature-loadcerts image: docker.verbis.dkfz.de/cache/samply/spot:feature-loadcerts
stop_signal: SIGKILL
container_name: bridgehead-spot container_name: bridgehead-spot
environment: environment:
SECRET: ${SPOT_BEAM_SECRET_LONG} SECRET: ${SPOT_BEAM_SECRET_LONG}