TheDataRideAlongs / ProjectDomino

Scaling COVID public behavior change and anti-misinformation
Apache License 2.0
61 stars 13 forks source link

feat(prefect executor): v1 for sandbox use #60

Closed lmeyerov closed 4 years ago

lmeyerov commented 4 years ago

Adds initial docker-compose for operating a prefect executor

image

Use from ProjectDomino parent folder:

echo "PREFECT__SERVER__HOST=PREFECT.SERVER.IP.HERE" > .env

sudo docker-compose -f ./ProjectDomino/infra/pipelines/docker/docker-compose.yml up -d prefect-agent

sudo docker ps

Next: -- Change Dockerfile to be a layer off graphistry-blazing + whatever else we add -- Healthcheck + prometheus hook

lmeyerov commented 4 years ago

WIP, will only merge after we get it working :)

lmeyerov commented 4 years ago

@ZiyaoWei Can you review so we can merge?

ZiyaoWei commented 4 years ago

@lmeyerov I'm a bit confused by one comment but other than that looks good!