add certs to all the proxies
This commit is contained in:
parent
a43fda0c32
commit
5f88146ac5
@ -9,6 +9,9 @@ services:
|
||||
stop_signal: SIGINT
|
||||
environment:
|
||||
RUST_LOG: "info,ethers_providers::rpc=off,web3_proxy=info"
|
||||
volumes:
|
||||
- /etc/ssl/certs/:/etc/ssl/certs/:ro
|
||||
- /usr/local/share/ca-certificates/:/usr/local/share/ca-certificates/:ro
|
||||
|
||||
volatile_redis:
|
||||
image: redis:6.0-alpine
|
||||
|
@ -90,8 +90,6 @@ services:
|
||||
volumes:
|
||||
- ./config/production-eth.toml:/config.toml
|
||||
- ./data/scratch:/scratch
|
||||
- /etc/ssl/certs/:/etc/ssl/certs/:ro
|
||||
- /usr/local/share/ca-certificates/:/usr/local/share/ca-certificates/:ro
|
||||
ports:
|
||||
- mode: host
|
||||
protocol: tcp
|
||||
|
Loading…
Reference in New Issue
Block a user