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
Raw Permalink Normal View History

2021-02-14 13:44:40 +00:00
# container
2021-02-14 13:37:12 +00:00
2021-02-14 14:03:09 +00:00
> status: experimental
2021-02-15 00:04:38 +00:00
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.