detee-cli/samples/new_app/new_app_launch_config.yaml
Noor 301f428500
feat: upload directory in launch config
stream file upload
dtpm grpc compression
new actix static server package
updated config with directory sample
2025-04-10 10:33:22 +00:00

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"