minor changes
This commit is contained in:
parent
909b29dfb5
commit
af2e220116
30 changed files with 598 additions and 350 deletions
|
|
@ -7,21 +7,21 @@ app = 'deployment-service'
|
|||
primary_region = 'sea'
|
||||
|
||||
[build]
|
||||
dockerfile = 'Dockerfile'
|
||||
dockerfile = 'Dockerfile'
|
||||
|
||||
[[services]]
|
||||
protocol = 'tcp'
|
||||
internal_port = 8080
|
||||
auto_stop_machines = 'stop'
|
||||
auto_start_machines = true
|
||||
ports = []
|
||||
protocol = 'tcp'
|
||||
internal_port = 8080
|
||||
auto_stop_machines = 'off'
|
||||
auto_start_machines = true
|
||||
ports = []
|
||||
|
||||
[services.concurrency]
|
||||
type = 'requests'
|
||||
hard_limit = 1000
|
||||
soft_limit = 500
|
||||
[services.concurrency]
|
||||
type = 'requests'
|
||||
hard_limit = 1000
|
||||
soft_limit = 500
|
||||
|
||||
[[vm]]
|
||||
memory = '1gb'
|
||||
cpu_kind = 'shared'
|
||||
cpus = 1
|
||||
memory = '1gb'
|
||||
cpu_kind = 'shared'
|
||||
cpus = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue