2024-08-17 22:28:10 +00:00
|
|
|
name: busqueda
|
|
|
|
runtime: kemal
|
|
|
|
options:
|
2024-08-20 13:38:38 +00:00
|
|
|
shard_build_options: "-d --error-trace"
|
2024-08-17 22:28:10 +00:00
|
|
|
ship_packages: []
|
|
|
|
devel_packages: []
|
|
|
|
healthcheck_options: "--interval=1m --timeout=2s --start-period=2s --retries=3"
|
|
|
|
healthcheck_command: "curl --fail http://localhost:3000/ping || exit 1"
|
|
|
|
copy_from_build:
|
|
|
|
- "public public"
|
2024-08-20 13:38:38 +00:00
|
|
|
- "bin/funko ."
|