mirror of
https://github.com/docker/compose.git
synced 2026-06-25 10:38:23 +00:00
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> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| config.py | ||
| config_schema_v1.json | ||
| config_schema_v2.0.json | ||
| config_schema_v2.1.json | ||
| config_schema_v3.0.json | ||
| config_schema_v3.1.json | ||
| config_schema_v3.2.json | ||
| environment.py | ||
| errors.py | ||
| interpolation.py | ||
| serialize.py | ||
| sort_services.py | ||
| types.py | ||
| validation.py | ||