elsevier-research / wercker-aws-ecs

5 stars 24 forks source link

Support to set volumes #16

Open AndreCapelache opened 7 years ago

AndreCapelache commented 7 years ago

I need a way to set the volume for the containers, like a persist efs volume.

Ex.: a way like container definitions:

volumes-file: volume.json

volume.json:

[ { "name": "efs", "host": { "sourcePath": "/mnt/efs/www" } } ]