Right now, the docker-compose.yml has no way to read an external configuration file. Please explore using docker volumes to make this happen. We want the db_config_travis.json file to be copied via a volume.
I did this by copying the db_config_docker.json within the Dockerfile. It's maybe a bit cheat-y, but it will do for now to get us past Docker roadblocks.
Right now, the
docker-compose.yml
has no way to read an external configuration file. Please explore using docker volumes to make this happen. We want thedb_config_travis.json
file to be copied via a volume.