-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CDE deployment via caprover #418
Comments
These will need separate Python containers no? Otherwise where are they running? |
I'm thinking combining them together and uploading the db from each threads in the harvester to temporary tables which would then be ingested in a different stage via the already present db functions |
Cool. So the harvester gets a Python container? |
yes, but we'll have to think how it gets run.
|
4 containers are now made available via Hakai Institute packages |
CDE relies on docker-compose for deployments (see example). As a lot of the hakai infrastructure is migrating towards managing and handling applications deployments via Caprover. Some changes will be needed to correctely manage and deploy a CDE instance.
CDE relies on the following containers and associated builds/images:
./harvester/Dockerfile
To simplify the deployment, images of the different components will be maintained via this repository and will get build via a captain file like the following example
The docker-compose file will remain within the repo for local developments.
The text was updated successfully, but these errors were encountered: