setup for airflow server to orchestrate IMaRS processing jobs
docker compose up airflow-init && docker compose up --build -d
NOTE: must manually add copernicus login by
docker exec
into worker containerpython
import copernicusmarine
copernicusmarine.login()
- this will create `~/.copernicusmarine/copernicusmarine-credentials
- NOTE: you can't simply copy this file in