Remove combined deploy config (#1)

This commit is contained in:
riordanp 2023-05-23 12:37:58 +01:00 committed by GitHub
parent df1af2c10d
commit 9b69e380c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 19 deletions

View File

@ -1,4 +1,4 @@
app = "openbook-candles"
app = "openbook-candles-server"
kill_signal = "SIGTERM"
kill_timeout = 30

View File

@ -1,18 +0,0 @@
app = "openbook-candles"
kill_signal = "SIGINT"
kill_timeout = 5
[processes]
server = "server markets.json"
worker = "worker markets.json"
[[services]]
processes = ["server"]
internal_port = 8080
protocol = "tcp"
[services.concurrency]
type = "connections"
hard_limit = 1024
soft_limit = 1024