modified deployment's fly.toml
This commit is contained in:
parent
1eeca07fb8
commit
ab51feb7e1
1 changed files with 6 additions and 3 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"
|
||||||
|
|
@ -14,6 +14,9 @@ dockerfile = "Dockerfile"
|
||||||
IMAGE_REF="registry.fly.io/snake-api-template:latest"
|
IMAGE_REF="registry.fly.io/snake-api-template:latest"
|
||||||
FLY_API_BASE_URL = "https://api.machines.dev/v1"
|
FLY_API_BASE_URL = "https://api.machines.dev/v1"
|
||||||
|
|
||||||
|
[services]
|
||||||
|
internal_only = true
|
||||||
|
|
||||||
[http_service]
|
[http_service]
|
||||||
internal_port = 3006
|
internal_port = 3006
|
||||||
force_https = true
|
force_https = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue