16 lines
398 B
YAML
16 lines
398 B
YAML
filesystems:
|
|
- path: /bin/actix-hello-world
|
|
content: !path "./samples/new_app/binaries/actix-test-app.bin"
|
|
environments:
|
|
- name: APP_NAME
|
|
value: actix-test-dtpm-foo-bar-koo
|
|
- name: PORT
|
|
value: 8080
|
|
child_processes:
|
|
- path: /bin/actix-app-info
|
|
arguments: ["pg_1_arg_1", "pg_1_arg_2"]
|
|
restart:
|
|
max_retries: 2
|
|
delay_seconds: 2
|
|
policy: !OnNonZeroExit true
|