turnerlabs / compose-to-batch

A CLI tool to transform a docker-compose.yml into an AWS Batch job definition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

any reason to not use the`cpu_count` and `mem_limit` parameters of docker-compose?

AlJohri opened this issue · comments

I recommend you add those, too, the test appears to pass your defaults though it would be good to pass those from docker-compose on to the aws.

const vcpus = 4
const memory = 8000