StefaE / PVForecast

Forecasts to optimize electricity consumption for rooftop PV (photo-voltaic) installations
GNU General Public License v3.0
57 stars 13 forks source link

add Docker support #30

Open jesseklm opened 3 months ago

jesseklm commented 3 months ago

It can be run by docker run -v ./config.ini:/usr/src/app/config.ini -v .:/usr/src/app/temp ghcr.io/jesseklm/pvforecast:main for example. (config.ini is located in the current working directory and the database is also saved there)

If the pull request gets accepted the url would be ghcr.io/stefae/pvforecast:main.