mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-09 18:14:26 +01:00
Compare commits
1 Commits
feature/it
...
test/beam-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c1227fdb6 |
@@ -59,6 +59,26 @@ services:
|
|||||||
- /etc/bridgehead/trusted-ca-certs:/conf/trusted-ca-certs:ro
|
- /etc/bridgehead/trusted-ca-certs:/conf/trusted-ca-certs:ro
|
||||||
- /srv/docker/bridgehead/itcc/root.crt.pem:/conf/root.crt.pem:ro
|
- /srv/docker/bridgehead/itcc/root.crt.pem:/conf/root.crt.pem:ro
|
||||||
|
|
||||||
|
uploader:
|
||||||
|
image: samply/beam-file
|
||||||
|
container_name: uploader
|
||||||
|
environment:
|
||||||
|
BROKER_URL: ${BROKER_URL}
|
||||||
|
BEAM_ID: file.${PROXY_ID}
|
||||||
|
BEAM_SECRET: ${FOCUS_BEAM_SECRET_SHORT}
|
||||||
|
BEAM_URL: http://uploader:8081
|
||||||
|
BIND_ADDR: 0.0.0.0:8085
|
||||||
|
API_KEY: ${FOCUS_BEAM_SECRET_SHORT}
|
||||||
|
ROOTCERT_FILE: /conf/root.crt.pem
|
||||||
|
ports:
|
||||||
|
- 8085:8085
|
||||||
|
secrets:
|
||||||
|
- proxy-file.pem
|
||||||
|
depends_on:
|
||||||
|
- "forward_proxy"
|
||||||
|
volumes:
|
||||||
|
- /etc/bridgehead/trusted-ca-certs:/conf/trusted-ca-certs:ro
|
||||||
|
- /srv/docker/bridgehead/itcc/root.crt.pem:/conf/root.crt.pem:ro
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
blaze-data:
|
blaze-data:
|
||||||
@@ -66,3 +86,6 @@ volumes:
|
|||||||
secrets:
|
secrets:
|
||||||
proxy.pem:
|
proxy.pem:
|
||||||
file: /etc/bridgehead/pki/${SITE_ID}.priv.pem
|
file: /etc/bridgehead/pki/${SITE_ID}.priv.pem
|
||||||
|
proxy-file.pem:
|
||||||
|
file: /etc/bridgehead/pki/${SITE_ID}-file.priv.pem
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user