modified dockerfile
This commit is contained in:
parent
a3f0d83304
commit
a4b19c9afa
8 changed files with 64 additions and 170 deletions
|
|
@ -1,19 +1,15 @@
|
|||
app = "deployment-service"
|
||||
primary_region = "sea"
|
||||
app = 'deployment-service-test'
|
||||
primary_region = 'sea'
|
||||
|
||||
[build]
|
||||
dockerfile = "Dockerfile"
|
||||
|
||||
[env]
|
||||
FLY_ORG = "personal"
|
||||
COMMON_BUCKET = "snakeapi-deployment-test-bucket"
|
||||
AWS_ENDPOINT_URL_S3 = "https://fly.storage.tigris.dev"
|
||||
AWS_REGION = "auto"
|
||||
|
||||
[http_service]
|
||||
internal_port = 3006
|
||||
|
||||
[[services]]
|
||||
protocol = "tcp"
|
||||
internal_port = 3006
|
||||
|
||||
[[services.ports]]
|
||||
port = 443
|
||||
handlers = ["tls","http"]
|
||||
|
||||
[[services.ports]]
|
||||
port = 80
|
||||
handlers = ["http"]
|
||||
internal_port = 3006
|
||||
force_https = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue