lephisto / tesla-apiscraper

API Scraper for pulling Vehicle Statistics from the Tesla Owner API into an InfluxDB + Grafana Dashboards
GNU Lesser General Public License v3.0
365 stars 104 forks source link

Missing mapping port 8086 in docker compose for influxdb #50

Closed josemdv closed 5 years ago

josemdv commented 5 years ago

Without it, when doing docker-compose up, users will get a connection refused.

lephisto commented 5 years ago

This makes no sense. In Compose the containers talk to each other in the Stack-internal Network, which is created on-the-fly. No need to expose it to the outside (except you want to dig in the Data with other tools besides grafana).

josemdv commented 5 years ago

You are right, sorry about that. First time using docker-compose.