Template
1
0
Fork 0
This commit is contained in:
Atridad Lahiji 2024-01-17 12:14:05 -07:00
parent c51a57d3a2
commit 7ab05f0651
No known key found for this signature in database
2 changed files with 25 additions and 9 deletions

11
.dockerignore Normal file
View file

@ -0,0 +1,11 @@
# flyctl launch added from .gitignore
**/node_modules
**/goth.stack
**/.env
**/airbin
**/tmp
**/*.rdb
# flyctl launch added from stylegen/node_modules/tailwindcss/stubs/.gitignore
!stylegen/node_modules/tailwindcss/stubs/**/*
fly.toml

View file

@ -1,3 +1,8 @@
# fly.toml app configuration file generated for goth-stack on 2024-01-17T12:09:47-07:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "goth-stack" app = "goth-stack"
primary_region = "sea" primary_region = "sea"
@ -8,7 +13,7 @@ internal_port = 3000
force_https = true force_https = true
auto_stop_machines = true auto_stop_machines = true
auto_start_machines = true auto_start_machines = true
min_machines_running = 1 min_machines_running = 0
processes = ["app"] processes = ["app"]
[[vm]] [[vm]]