mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-16 01:47:31 +01:00
Make forward_proxy and spot close faster
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user