cf-versatiles/manifest.yaml
2025-08-29 09:25:07 +02:00

18 lines
No EOL
397 B
YAML

---
applications:
- name: versatiles-test
memory: 1024M
disk: 1Gi
#routes:
# - route:
# options:
# loadbalancing: round-robin
instances: 1
random-route: true
docker:
image: ((imageUrl))
username: ((dockerUsername))
timeout: 10
health-check-type: http
health-check-http-endpoint: /
command: versatiles serve -p $PORT -s frontend-dev.br.tar ((versatilesUrl))