compose/compose/config
King Chung Huang 0e5acfa16c Merge deploy key in service dicts
Update merge_service_dicts() to merge deploy mappings.
Compose file version 3 added the deploy key to service dicts
to specify configs related to Docker services.

Signed-off-by: King Chung Huang <kinghuang@mac.com>
2017-03-24 15:03:53 -06:00
..
__init__.py Properly resolve build args against host environment values 2017-03-07 18:13:11 -08:00
config.py Merge deploy key in service dicts 2017-03-24 15:03:53 -06:00
config_schema_v1.json Add support for swappiness constraint 2016-08-16 11:02:51 +02:00
config_schema_v2.0.json Merge pull request #4563 from shin-/3723-mem-reservation 2017-03-07 15:23:22 -08:00
config_schema_v2.1.json Merge pull request #4563 from shin-/3723-mem-reservation 2017-03-07 15:23:22 -08:00
config_schema_v3.0.json pids_limit not yet supported for swarm services - removing from v3 format 2017-03-06 14:32:04 -08:00
config_schema_v3.1.json Add schema for v3.2, and revert some changes made to v3.1 after it was released. 2017-03-15 11:38:20 -04:00
config_schema_v3.2.json Fix a handful of issues with 3.2 schema 2017-03-15 17:11:53 -07:00
environment.py Close the open file handle using context manager 2017-02-03 14:50:40 -08:00
errors.py Add "secrets" section to docker-compose config output when applicable 2017-03-10 14:32:55 -08:00
interpolation.py Support non-alphanumeric default values. 2016-10-06 17:04:19 -04:00
serialize.py Add image digest arguments to config serialization 2017-03-17 12:19:13 -06:00
sort_services.py Reduce complexity of sort_service_dicts. 2016-02-24 16:19:38 -08:00
types.py Fix ports reparsing for service extends 2017-03-22 15:14:13 -07:00
validation.py Support V3.2 2017-03-15 11:40:31 -04:00