jimmycleuren / loxone-weather-service

This project emulates the loxone weather service
10 stars 2 forks source link

How to use the docker image? #25

Open igrokit opened 3 years ago

igrokit commented 3 years ago

Hello Jimmy, I downloaded your docker image and I have a weather.io API key. How do I get the docker container running with that key? I have unfortunately not enough programming knowledge to identify the right plase to enter that api key. thanks Dan

jimmycleuren commented 3 years ago

Hi Dan,

I've added an example on how to use it, using docker-compose. This is the easiest way since you need to start 2 containers.

The application is still under development, so a few things to keep in mind:

Sungray commented 2 years ago

I don't get the point of the nginx container. Is it just to intercept the weather.loxone.com call? Why can't I just do the request directly on the php container, port 9000 which is where the request seems to be redirected?