NoteGio / openrelay

OpenRelay is an open source relay for the 0x protocol. OpenRelay provides an open, scalable orderbook. Users can post offers for any ERC20 or ERC721 token, or search for trades with other users
Other
159 stars 56 forks source link

Docker Compose Cleanup #163

Closed AusIV closed 5 years ago

AusIV commented 5 years ago

This cleans up the docker-compose file a bit, but shouldn't change default behaviors.

It makes sure that everywhere Redis, Postgres, or an Ethereum Client is needed, they can be pointed to external systems by setting the REDIS_HOST, POSTGRES_HOST, and ETHEREUM_NODE environment variables respectively. This makes it possible to run in a more production-like settings off of the same docker-compose.yml