Update toml files for new deployment

This commit is contained in:
Filip Sodić
2025-07-18 18:58:57 +02:00
parent 09ea4ee982
commit bffdfa15ef
3 changed files with 16 additions and 20 deletions

View File

@@ -1,28 +1,25 @@
--- template/app/fly-client.toml
+++ opensaas-sh/app/fly-client.toml
@@ -0,0 +1,25 @@
+# fly.toml app configuration file generated for open-saas-wasp-sh-client on 2023-12-04T12:34:07+01:00
@@ -0,0 +1,22 @@
+# fly.toml app configuration file generated for open-saas-wasp-sh-client on 2025-07-18T17:12:02+02:00
+#
+# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
+#
+
+app = "open-saas-wasp-sh-client"
+primary_region = "ams"
+app = 'open-saas-wasp-sh-client'
+primary_region = 'ams'
+
+[build]
+
+[http_service]
+ internal_port = 8043
+ force_https = true
+ auto_stop_machines = true
+ auto_stop_machines = 'stop'
+ auto_start_machines = true
+ min_machines_running = 0
+ processes = ["app"]
+
+[http_service.http_options.response]
+ pristine = true
+ processes = ['app']
+
+[[vm]]
+ cpu_kind = "shared"
+ memory = '1gb'
+ cpu_kind = 'shared'
+ cpus = 1
+ memory_mb = 1024

View File

@@ -1,26 +1,25 @@
--- template/app/fly-server.toml
+++ opensaas-sh/app/fly-server.toml
@@ -0,0 +1,22 @@
+# fly.toml app configuration file generated for open-saas-wasp-sh-server on 2023-12-04T12:33:59+01:00
+# fly.toml app configuration file generated for open-saas-wasp-sh-server on 2025-07-18T17:11:52+02:00
+#
+# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
+#
+
+app = "open-saas-wasp-sh-server"
+primary_region = "ams"
+app = 'open-saas-wasp-sh-server'
+primary_region = 'ams'
+
+[build]
+
+[http_service]
+ internal_port = 8080
+ force_https = true
+ auto_stop_machines = true
+ auto_stop_machines = 'stop'
+ auto_start_machines = true
+ min_machines_running = 1
+ processes = ["app"]
+ processes = ['app']
+
+[[vm]]
+ cpu_kind = "shared"
+ memory = '1gb'
+ cpu_kind = 'shared'
+ cpus = 1
+ memory_mb = 1024
\ No newline at end of file

View File

@@ -41,7 +41,7 @@
+ "@types/express": "^5.0.0",
+ "@types/react": "^18.0.37",
+ "prisma": "5.19.1",
+ "typescript": "^5.1.0",
+ "typescript": "5.8.2",
+ "vite": "^4.3.9"
+ }
+ },