detee-cli/samples/new_app/new_app_launch_config.yaml
Noor a7eb288b5a
feat: upload directory in launch config
- stream file upload
- remove base 64 encoding
- dtpm grpc compression
- increase retry attempts while app deployment
- improve ux while deploying with progress update
- new actix static server package
- updated config with directory sample
- updated Dtpm client connection
- remove mr_signer from connetion
- reuse dtpm client connection
2025-04-21 20:36:04 +05:30

21 lines
454 B
YAML

environments:
- name: APP_NAME
value: actix-test
- name: PORT
value: 8080
# - name: STATIC_DIR
# value: "/static/html_doc"
child_processes:
- path: /bin/actix-static-server
arguments: []
restart:
max_retries: 2
delay_seconds: 2
policy: !OnNonZeroExit true
filesystems:
- path: /host
content: !path "./src"
- path: /host
content: !path "./samples"
# - path: /static
# content: !path "./html_doc"