12 lines
324 B
YAML
12 lines
324 B
YAML
name: historico
|
|
runtime: kemal
|
|
options:
|
|
shard_build_options: ""
|
|
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"
|
|
- "bin/funko ."
|