Added more Debug loging
This commit is contained in:
parent
4ef896c3f2
commit
1050d413cd
|
@ -68,7 +68,7 @@ services:
|
||||||
- "traefik.http.routers.blaze_ccp.tls=true"
|
- "traefik.http.routers.blaze_ccp.tls=true"
|
||||||
|
|
||||||
spot:
|
spot:
|
||||||
image: "docker.verbis.dkfz.de/ccp-private/local-spot@sha256:9a80eeef29f08ecec947fc2df55a65424255e6d60105fee8ee0ef77db27af01c"
|
image: "samply/spot"
|
||||||
environment:
|
environment:
|
||||||
SECRET: ${SECRET}
|
SECRET: ${SECRET}
|
||||||
APPID: ${APP_0_ID_SHORT}
|
APPID: ${APP_0_ID_SHORT}
|
||||||
|
@ -92,7 +92,7 @@ services:
|
||||||
APP_1_ID: ${APP_1_ID_SHORT}
|
APP_1_ID: ${APP_1_ID_SHORT}
|
||||||
APP_1_KEY: ${APP_1_KEY}
|
APP_1_KEY: ${APP_1_KEY}
|
||||||
PRIVKEY_FILE: /run/secrets/proxy.pem
|
PRIVKEY_FILE: /run/secrets/proxy.pem
|
||||||
RUST_LOG: info
|
RUST_LOG: debug
|
||||||
http_proxy: ${http_proxy}
|
http_proxy: ${http_proxy}
|
||||||
https_proxy: ${https_proxy}
|
https_proxy: ${https_proxy}
|
||||||
secrets:
|
secrets:
|
||||||
|
|
Loading…
Reference in New Issue