mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Unpublished ports with docker-compose
Solution: Publish the ports. Closes #2041.
This commit is contained in:
parent
b8a33e0f30
commit
c35e37be64
@ -34,12 +34,16 @@ services:
|
||||
TENDERMINT_PORT: 46657
|
||||
ports:
|
||||
- "9984"
|
||||
- "46658"
|
||||
command: bigchaindb -l DEBUG start
|
||||
tendermint:
|
||||
image: tendermint/tendermint:0.13
|
||||
volumes:
|
||||
- ./tmdata/config.toml:/tendermint/config.toml
|
||||
entrypoint: ''
|
||||
ports:
|
||||
- "46656"
|
||||
- "46657"
|
||||
command: bash -c "tendermint init && tendermint node"
|
||||
curl-client:
|
||||
image: appropriate/curl
|
||||
|
Loading…
x
Reference in New Issue
Block a user