updated udtconfig_template.yml and requirements.txt
This commit is contained in:
parent
b2cb9bfa2e
commit
1b2fba20a0
3 changed files with 8 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
typer~=0.12.5
|
||||
|
||||
docker-compose==1.29.2
|
||||
typer==0.9.0
|
||||
|
||||
PyYAML~=5.3.1
|
|
@ -1,2 +0,0 @@
|
|||
[udtconfig]
|
||||
docker_image = test
|
6
udtconfig_template.yml
Executable file
6
udtconfig_template.yml
Executable file
|
@ -0,0 +1,6 @@
|
|||
services:
|
||||
alpine1:
|
||||
image: #insert image and other config above addons:
|
||||
addons:
|
||||
bindings:
|
||||
commands: [] #insert commands in square brackets
|
Loading…
Reference in a new issue