mirror of https://github.com/samply/bridgehead.git
fix typo in beamsel registration
This commit is contained in:
parent
92a6b60acb
commit
cc48b654c5
|
@ -11,7 +11,7 @@ services:
|
||||||
ALL_PROXY: http://forward_proxy:3128
|
ALL_PROXY: http://forward_proxy:3128
|
||||||
TLS_CA_CERTIFICATES_DIR: /conf/trusted-ca-certs
|
TLS_CA_CERTIFICATES_DIR: /conf/trusted-ca-certs
|
||||||
ROOTCERT_FILE: /conf/root.crt.pem
|
ROOTCERT_FILE: /conf/root.crt.pem
|
||||||
app_beamsel_key: ${BEAMSEL_SECRET}
|
APP_beamsel_KEY: ${BEAMSEL_SECRET}
|
||||||
secrets:
|
secrets:
|
||||||
- proxy.pem
|
- proxy.pem
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in New Issue