This commit is contained in:
2025-11-30 12:56:57 +01:00
parent 8076465132
commit 0420f90ac8
2 changed files with 9 additions and 7 deletions

View File

@@ -41,6 +41,8 @@ def convert_service(service):
swarm_service[key] = value
print(swarm_service['environment'])
# Merge user deploy section if present
if "deploy" in service:
user_deploy = service["deploy"]