refactor: seperate system into single Dockerfiles
This commit is contained in:
parent
ad87f702f1
commit
ed803a2ca5
26 changed files with 238 additions and 85 deletions
|
|
@ -2,7 +2,7 @@
|
|||
echo "Starte Pipeline Scheduler (Intervall: $INTERVAL Sekunden)"
|
||||
while true; do
|
||||
echo "Führe Pipeline aus: $(date)"
|
||||
python main.py run
|
||||
/app/.venv/bin/python -m pipeline_api.main run
|
||||
echo "Pipeline beendet. Warte $INTERVAL Sekunden..."
|
||||
sleep ${INTERVAL:-3600}
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue