diff --git a/requirements.txt b/requirements.txt index b06730d..fec444a 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ +typer~=0.12.5 -docker-compose==1.29.2 -typer==0.9.0 +PyYAML~=5.3.1 \ No newline at end of file diff --git a/udtconfig template b/udtconfig template deleted file mode 100755 index 13c12b5..0000000 --- a/udtconfig template +++ /dev/null @@ -1,2 +0,0 @@ -[udtconfig] -docker_image = test diff --git a/udtconfig_template.yml b/udtconfig_template.yml new file mode 100755 index 0000000..5b10c91 --- /dev/null +++ b/udtconfig_template.yml @@ -0,0 +1,6 @@ +services: + alpine1: + image: #insert image and other config above addons: + addons: + bindings: + commands: [] #insert commands in square brackets \ No newline at end of file