15 lines
No EOL
302 B
Text
15 lines
No EOL
302 B
Text
io_mode = "async"
|
|
|
|
service "http" "web_proxy" {
|
|
listen_addr = "127.0.0.1:8080"
|
|
|
|
process "main" {
|
|
command = ["/usr/local/bin/awesome-app", "server"]
|
|
}
|
|
|
|
process "mgmt" {
|
|
command = ["/usr/local/bin/awesome-app", "mgmt"]
|
|
}
|
|
}
|
|
|
|
# From: https://github.com/hashicorp/hcl/blob/main/README.md |