Mainflux.mainflux/docker
Jovan Kostovski 8c0c994385 Expose the InfluxDB and Cassandra ports to host (#441)
* Expose the InfluxDB and Cassandra ports to host

Expose the InfluxDB's HTTP API port 8086 and  Cassandra's CQL port 9042 from the containers
to the host machine, in order to enable easier exploration of the data stored in the databases
from the host machine and development of apps which connect and use the data stored in the databases.

Signed-off-by: Jovan Kostovski <chombium@gmail.com>

* Port exposing cleanup in docker-compose.yml files

There were some doubled configurations for port exposing with the expose and ports directives in the docker-compose.yml files which had to be cleaned.

Signed-off-by: Jovan Kostovski <chombium@gmail.com>
2018-11-02 09:58:27 +01:00
..
addons Expose the InfluxDB and Cassandra ports to host (#441) 2018-11-02 09:58:27 +01:00
ssl Add CA cert (#215) 2018-04-04 02:29:29 +02:00
.dockerignore Use PostgreSQL as primary persistence solution (#175) 2018-03-11 18:06:01 +01:00
Dockerfile MF-164 - Split manager service (#266) 2018-05-10 23:53:25 +02:00
Dockerfile.dev NOISSUE - Dev dockers (#392) 2018-09-19 20:20:12 +02:00
docker-compose.yml Expose the InfluxDB and Cassandra ports to host (#441) 2018-11-02 09:58:27 +01:00
nginx.conf NOISSUE - Refactor SDK and things service (#420) 2018-10-24 10:21:03 +01:00