modified index.js
This commit is contained in:
parent
52d62894b6
commit
1edc0d39c2
5 changed files with 113 additions and 119 deletions
|
|
@ -2,7 +2,7 @@ app = 'deployment-service-test'
|
|||
primary_region = 'sea'
|
||||
|
||||
[build]
|
||||
dockerfile = "dockerfile"
|
||||
dockerfile = "Dockerfile"
|
||||
|
||||
[env]
|
||||
FLY_ORG="personal"
|
||||
|
|
@ -12,6 +12,7 @@ dockerfile = "dockerfile"
|
|||
AWS_ENDPOINT_URL_S3="https://fly.storage.tigris.dev"
|
||||
AWS_REGION="auto"
|
||||
IMAGE_REF = "registry.fly.io/snakeapi-template:latest"
|
||||
FLY_API_BASE_URL = "https://api.machines.dev/v1"
|
||||
|
||||
[http_service]
|
||||
internal_port = 3006
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue