mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 18:34:53 +01:00
build
This commit is contained in:
@@ -3,7 +3,7 @@ import sys
|
||||
|
||||
stack_name = sys.argv[1]
|
||||
INPUT_FILE = f"{stack_name}/docker-compose.yml"
|
||||
OUTPUT_FILE = f"__swarm/{stack_name}/{stack_name}-stack.yml"
|
||||
OUTPUT_FILE = f"__swarm/{stack_name}/{stack_name}-swarm.yml"
|
||||
def convert_ports(ports):
|
||||
"""Convert short port syntax to Swarm long syntax."""
|
||||
result = []
|
||||
|
||||
Reference in New Issue
Block a user