12 lines
201 B
TOML
12 lines
201 B
TOML
app = "postconvert"
|
|
|
|
[build]
|
|
dockerfile = "Dockerfile"
|
|
|
|
[http_service]
|
|
internal_port = 8080
|
|
force_https = true
|
|
auto_start_machines = true
|
|
auto_stop_machines = true
|
|
min_machines_running = 0
|