ECMWFCode4Earth / vAirify

code repository for 2024 Code for Earth project #16
0 stars 0 forks source link

Dockerfiles for the ETL scripts #78

Closed lincent closed 3 weeks ago

lincent commented 3 weeks ago

Creates three dockerfiles

  1. Dockerfile.cron
  2. Dockerfile.forecast
  3. Dockerfile.insitu

Dockerfile.cron is intended for live environment. It creates a container that has a crontab that runs the forecast and insitu scripts at the specified times.

Dockerfile.forecast is intended for dev environments to run the run_forecast_etl.py script when required Dockerfile.insitu is intended for dev environments to run the run_in_situ_etl.py script when required

github-actions[bot] commented 3 weeks ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
379 271 72% 65% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: f6441a2 by action🐍