This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
container/README.md

10 lines
349 B
Markdown

# container
> status: experimental
Deploy a single container on the swarm. Because docker swarm refuses to allow
end-users to substitute the image name with env vars dynamically at run-time,
this configuration uses an absolutely shambolic hack of `envsubst`'ing the
`compose.yml` file with the incoming env vars from `abra` during the
deployment.