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

View File

@@ -1,26 +1,25 @@
--- template/app/fly-server.toml --- template/app/fly-server.toml
+++ opensaas-sh/app/fly-server.toml +++ opensaas-sh/app/fly-server.toml
@@ -0,0 +1,22 @@ @@ -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. +# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
+# +#
+ +
+app = "open-saas-wasp-sh-server" +app = 'open-saas-wasp-sh-server'
+primary_region = "ams" +primary_region = 'ams'
+ +
+[build] +[build]
+ +
+[http_service] +[http_service]
+ internal_port = 8080 + internal_port = 8080
+ force_https = true + force_https = true
+ auto_stop_machines = true + auto_stop_machines = 'stop'
+ auto_start_machines = true + auto_start_machines = true
+ min_machines_running = 1 + min_machines_running = 1
+ processes = ["app"] + processes = ['app']
+ +
+[[vm]] +[[vm]]
+ cpu_kind = "shared" + memory = '1gb'
+ cpu_kind = 'shared'
+ cpus = 1 + cpus = 1
+ memory_mb = 1024
\ No newline at end of file

View File

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