Add docker multi-arch build with github package push and cleaned up Dockerfile for smaller builds

This commit is contained in:
Sebastian Struß
2024-10-03 18:40:38 +02:00
committed by Andreas
parent 7f97bbb7bc
commit 3fb564d2db
5 changed files with 141 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ moegliche_ladestroeme_in_prozent = [
# Optional
db_config = {"user": "eos", "password": "eos", "host": "127.0.0.1", "database": "eos"}
db_config = {"user": "eos", "password": "eos", "host": "mariadb", "database": "eos"}
def get_start_enddate(prediction_hours=48, startdate=None):