mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-09 16:04:27 +01:00
Compare commits
1 Commits
feature/it
...
test/beam-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c1227fdb6 |
@@ -59,10 +59,33 @@ services:
|
||||
- /etc/bridgehead/trusted-ca-certs:/conf/trusted-ca-certs: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:
|
||||
blaze-data:
|
||||
|
||||
secrets:
|
||||
proxy.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