File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010Render, merge and validate docker_compose files for deploying a stack.
1111
12- This library is using docker-compose merging process,
13- and at the end it does a final verification to let users know whether this is a valid
14- docker-compose for deploying a stack
12+ This library is using docker-compose merging process, but at the end
13+ it does a final verification to let users know whether this is a valid
14+ docker-compose for deploying a stack or not, as docker-compose doesn't validate that.
1515
1616Additionally, this library will compile valid yaml jinja2 templates, so they can
1717be merged along with the other docker-compose files.
@@ -104,3 +104,12 @@ stack_config = StackConfigCompose(yml_compiled_files, '/tmp/docker-compose-outpu
104104stack_config.merge_stack_compose()
105105
106106```
107+
108+ Not Exactly What You Want?
109+ ----------------------------
110+
111+ Options that may be a good fit for you:
112+
113+ - https://github.com/sinzlab/jinja-compose
114+ - https://github.com/Aisbergg/python-docker-compose-templer
115+ - https://github.com/docker/compose
You can’t perform that action at this time.
0 commit comments