Akkudoktor-EOS / EOS

This repository features an Energy Optimization System (EOS) that optimizes energy distribution, usage for batteries, heat pumps& household devices. It includes predictive models for electricity prices (planned), load forecasting& dynamic optimization to maximize energy efficiency & minimize costs. Founder Dr. Andreas Schmitz (YouTube @akkudoktor)
https://akkudoktor.net
Other
331 stars 33 forks source link

ci: dockerize setup #11

Closed dsiebel closed 1 month ago

dsiebel commented 1 month ago

Addresses #7

danimo commented 1 month ago

Übersehe ich was oder wird der Port von Flask (5000) weder im Dockerfile noch im docker-compose.yaml exposed?

dsiebel commented 1 month ago

Übersehe ich was oder wird der Port von Flask (5000) weder im Dockerfile noch im docker-compose.yaml exposed?

Jup, vollkommen richtig. Ich sagte ja: ich konnte die API nicht testen 😉

dsiebel commented 1 month ago

Übersehe ich was oder wird der Port von Flask (5000) weder im Dockerfile noch im docker-compose.yaml exposed?

Jup, vollkommen richtig. Ich sagte ja: ich konnte die API nicht testen 😉

Port 5000 macht zumindest auf meinem MacBook allerdings Probleme. Evtl. sollte man port 8080 oder etwas anderes gängiges nehmen, bzw den Port noch konfigurierbar machen.

EDIT: @danimo #23