now-compose
now-compose copied to clipboard
Docker compose for zeit now. [deprecated]
Hello When deploy, it shows "Cannot set property 'NOW_DEPLOYED' of undefined". How to set?
now-compose currently only ignore `node_modules`. use `https://github.com/kaelzhang/node-ignore` and parse each .gitignore file to find file paths that we should not include in upload
https://zeit.co/docs/features/configuration#local-configuration
Currently now-compose only supports adding defined in the 'environment' property of a config to a deployments' environment. docker-compose supports defining an environment file that contains environment variables. This will work...