Open igrokit opened 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:
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?
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