modified env
This commit is contained in:
parent
1aa82a7355
commit
e991d3cba7
2 changed files with 10 additions and 9 deletions
|
|
@ -2,7 +2,7 @@ app = 'deployment-service-test'
|
||||||
primary_region = 'sea'
|
primary_region = 'sea'
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
dockerfile = "Dockerfile"
|
dockerfile = "dockerfile"
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
FLY_ORG="personal"
|
FLY_ORG="personal"
|
||||||
|
|
@ -11,6 +11,7 @@ dockerfile = "Dockerfile"
|
||||||
AWS_SECRET_ACCESS_KEY="tsec_6Bz1aMbfYQftuq5WfIVEDZkHwskU4MMjVywdtxSP6uxetEBvkSC2VHI9HfTeDgHr4D6kiz"
|
AWS_SECRET_ACCESS_KEY="tsec_6Bz1aMbfYQftuq5WfIVEDZkHwskU4MMjVywdtxSP6uxetEBvkSC2VHI9HfTeDgHr4D6kiz"
|
||||||
AWS_ENDPOINT_URL_S3="https://fly.storage.tigris.dev"
|
AWS_ENDPOINT_URL_S3="https://fly.storage.tigris.dev"
|
||||||
AWS_REGION="auto"
|
AWS_REGION="auto"
|
||||||
|
IMAGE_REF = "registry.fly.io/snakeapi-template:latest"
|
||||||
|
|
||||||
[http_service]
|
[http_service]
|
||||||
internal_port = 3006
|
internal_port = 3006
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,17 @@
|
||||||
app = ""
|
app = "snakeapi-template"
|
||||||
kill_signal = "SIGINT"
|
kill_signal = "SIGINT"
|
||||||
kill_timeout = 5
|
kill_timeout = 5
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
dockerfile = "Dockerfile"
|
dockerfile = "dockerfile"
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
PORT = "3006"
|
PORT = "3006"
|
||||||
|
|
||||||
[[services]]
|
[[services]]
|
||||||
internal_port = 3006
|
internal_port = 3006
|
||||||
protocol = "tcp"
|
protocol = "tcp"
|
||||||
|
|
||||||
[[services.ports]]
|
[[services.ports]]
|
||||||
handlers = ["http"]
|
handlers = ["http"]
|
||||||
port = 80
|
port = 80
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue