Stefan Weil
8ef7587aa1
Fix some typos (found by codespell)
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-06-16 22:17:28 +03:00
Muayyad alsadi
a7f97b6120
implement -e in run
2021-05-06 01:17:01 +03:00
Diogo Galvão
0ea18b4419
Force adding an .env file for the tests
2021-05-06 00:50:41 +03:00
Diogo Galvão
2ad7daa81f
Test variable interpolation in the YAML
2021-05-06 00:44:46 +03:00
Andrej Zieger
19733407b4
Add support for --build-arg option
2020-04-22 14:31:00 +03:00
Muayyad alsadi
6a42d6861d
add ports test
2020-04-18 22:41:06 +03:00
Enrico204
796e6a4473
Avoid crash when no services are defined
...
If no services are defined, podman-compose
crashes as services variable is None,
while the expected behavior might be
an error or the same as docker-compose, which will continue the
execution of the compose file (eg. creating networks, etc).
This commit fixes the crash and allows the program to continue, mimicking
docker-compose behavior.
2020-04-05 10:42:31 +03:00
Muayyad alsadi
9e0dd2da9d
extends with external file
2019-10-05 22:37:14 +03:00
Marius Hoch
3e2381f040
Support extends
...
https://docs.docker.com/compose/extends/
Doesn't yet support referring to another file.
Needs Python 3.5+ (for merging dicts using **)
2019-10-05 22:35:05 +03:00
Muayyad alsadi
87e7211ade
#54 : fix ulimits
2019-10-04 20:27:19 +03:00
Muayyad Alsadi
d9cd0d6186
Merge branch 'master' of github.com:containers/podman-compose into devel
2019-09-13 22:23:22 +03:00
Tyler Ramer
2202e7f39b
Add support for setting container ulimit
...
- supports `ulimit: host` or other single value
- As well as `ulimit: [nofile=5000, nproc=5000]` array
- As well as `ulimit: {nofile: 5000, nproc: 5000}` dict
Authored-by: Tyler Ramer <tramer@pivotal.io>
2019-09-11 18:12:29 -04:00
Muayyad Alsadi
f505e499a2
a test showing yaml anchor magic
2019-09-09 00:48:25 +03:00
Muayyad Alsadi
2a8d430c92
FIXES #35 : now support multiple composer files
2019-09-08 02:20:48 +03:00
Muayyad Alsadi
a512c0cb82
#35 : test for multiple -f
2019-09-04 16:12:13 +03:00
Muayyad Alsadi
be2726da18
test compose files with build
2019-09-03 18:35:56 +03:00
Muayyad Alsadi
470f8a3851
update readme and no arguments print help
2019-09-03 00:19:07 +03:00