Skip to content

Commit e28622b

Browse files
author
Carme, Pamy
committed
fix: update readme file
Signed-off-by: Carme, Pamy <pamy.carme@sciencelogic.com>
1 parent 3a5086d commit e28622b

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Overview
99

1010
Render, 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

1616
Additionally, this library will compile valid yaml jinja2 templates, so they can
1717
be merged along with the other docker-compose files.
@@ -104,3 +104,12 @@ stack_config = StackConfigCompose(yml_compiled_files, '/tmp/docker-compose-outpu
104104
stack_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

0 commit comments

Comments
 (0)