mirror of
https://github.com/cmehay/pyentrypoint
synced 2024-10-30 15:21:11 +00:00
26 lines
302 B
YAML
26 lines
302 B
YAML
command: echo
|
|
|
|
subcommands:
|
|
- OK
|
|
|
|
user: 1000
|
|
group: 1000
|
|
|
|
config_files:
|
|
- /tmp/tests
|
|
|
|
secret_env:
|
|
- SSHKEY
|
|
|
|
links:
|
|
test1:
|
|
name: test1
|
|
test2_800:
|
|
port: 800
|
|
protocol: udp
|
|
single: true
|
|
test2:
|
|
env:
|
|
FOO: bar
|
|
required: true
|