kill_signal = "SIGINT"
kill_timeout = 5
processes = []
[mounts]
destination = "/data"
source = "soapbox_data"
[metrics]
port = 80
path = "/api/pleroma/app_metrics"
[[services]]
internal_port = 8080
processes = ["app"]
protocol = "tcp"
script_checks = []
[[services.http_checks]]
grace_period = "25s"
interval = "10s"
method = "get"
path = "/api/v1/pleroma/healthcheck"
protocol = "http"
restart_limit = 0
timeout = "2s"
tls_skip_verify = false
[services.http_checks.headers]
[[services.ports]]
force_https = true
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[[services]]
internal_port = 2222
processes = ["app"]
protocol = "tcp"
script_checks = []
[[services.ports]]
port = 22