mirror of https://github.com/samply/bridgehead.git
Make forward_proxy and spot close faster
This commit is contained in:
parent
d5d4419374
commit
4df6abc50d
|
@ -39,6 +39,7 @@ services:
|
|||
|
||||
forward_proxy:
|
||||
container_name: bridgehead-forward-proxy
|
||||
stop_signal: SIGKILL
|
||||
image: docker.verbis.dkfz.de/cache/samply/bridgehead-forward-proxy:latest
|
||||
environment:
|
||||
HTTPS_PROXY: ${HTTPS_PROXY_URL}
|
||||
|
@ -49,6 +50,7 @@ services:
|
|||
|
||||
spot:
|
||||
image: docker.verbis.dkfz.de/cache/samply/spot:feature-loadcerts
|
||||
stop_signal: SIGKILL
|
||||
container_name: bridgehead-spot
|
||||
environment:
|
||||
SECRET: ${SPOT_BEAM_SECRET_LONG}
|
||||
|
|
Loading…
Reference in New Issue