Phil Prasek
Phil Prasek
> One challenge I feel you guys will have is that since every cloud provider has their own construct and conventions, you will have to be constantly in sync with...
@eladb how does this look?
`docker` and `docker-compose` are a good language independent references to checkout: - `docker` supports a `--env-file` flag. - `docker-compose.yml` supports an [`env_file` option as well](https://docs.docker.com/compose/environment-variables/#the-env_file-configuration-option) - `docker-compose` supports https://docs.docker.com/compose/environment-variables/ In...