This commit is contained in:
2025-11-30 14:14:01 +01:00
parent ce5765ed78
commit 8354f41f09
4 changed files with 150 additions and 10 deletions

View File

@@ -46,9 +46,11 @@ def convert_service(service):
continue
swarm_service[key] = value
for en in swarm_service['environment']:
#print(f"Environment Variable: {en} : {swarm_service['environment'][en]}")
swarm_service['environment'][en] = str(swarm_service['environment'][en]).lower()
# for en in swarm_service['environment']:
# #print(f"Environment Variable: {en} : {swarm_service['environment'][en]}")
# print(en)
# print(swarm_service['environment'][en])
# swarm_service['environment'][en] = str(swarm_service['environment'][en]).lower()
#print("Deploy Section:")
#print(swarm_service)
# Merge user deploy section if present