chore: couple of infra Things
This commit is contained in:
parent
f089a894ad
commit
47e66d1cf4
2 changed files with 3 additions and 1 deletions
1
.dockerignore
Normal file
1
.dockerignore
Normal file
|
@ -0,0 +1 @@
|
||||||
|
target/
|
3
fly.toml
3
fly.toml
|
@ -1,4 +1,4 @@
|
||||||
app = "cra.tw"
|
app = "cratw"
|
||||||
kill_signal = "SIGINT"
|
kill_signal = "SIGINT"
|
||||||
kill_timeout = 5
|
kill_timeout = 5
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@ soft_limit = 20
|
||||||
[[services.ports]]
|
[[services.ports]]
|
||||||
handlers = ["http"]
|
handlers = ["http"]
|
||||||
port = "80"
|
port = "80"
|
||||||
|
force_https = true
|
||||||
|
|
||||||
[[services.ports]]
|
[[services.ports]]
|
||||||
handlers = ["tls", "http"]
|
handlers = ["tls", "http"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue