signalfx / maestro-ng

Orchestration of Docker-based, multi-host environments
https://signalfx.com
Apache License 2.0
685 stars 83 forks source link

Add tmpfs feature to templates #216

Open gecastan opened 4 years ago

gecastan commented 4 years ago

Name basically say it all. I couldn't find a way to properly set tmpfs in maestro-ng. We can add volumes with "volumes:" directive but not tmpfs.

It was added in docker-compose version 3.6 with the following syntax :

tmpfs: /run or tmpfs:

https://docs.docker.com/storage/tmpfs/ https://docs.docker.com/compose/compose-file/#tmpfs