Erik Eppel
09/29/2022, 10:38 PMdocker-compose up -d
. It seems to me that the more straightforward approach would be to simply create your own repo with a Docker Compose file that effectively mirrors the one that ships with the codebase, but the total absence of any mention of this approach makes me suspect I'm overlooking something important.
FYI, I've currently incorporated the docs for AWS into a Packer build that produces an AMI with all of the prerequisite technologies installed, so I'm not blocked by any means. I'm more anticipating the (possibly very obvious) question from my DevOps/SRE team about why I'm using Packer instead of just using Docker.
Any and all information in greatly appreciated.user
09/29/2022, 11:19 PMHarshith (Airbyte)
09/30/2022, 2:55 AMwget <https://raw.githubusercontent.com/airbytehq/airbyte/master/{.env,docker-compose.yaml}>
that should do and you don't need the whole repo and that is what should be there in the documentation.
If you find something different kindly point me towards that.user
09/30/2022, 2:55 AMEli Sigal
09/30/2022, 5:59 AMErik Eppel
09/30/2022, 3:44 PMwget
simply installs the docker-compose.yaml
and .env
file in the EC2 instance, and not the entire code base.
Who knows, maybe it's just me. 🤷
In any case, I genuinely appreciate the help and feedback.Giovani Freitas
09/30/2022, 3:50 PM