Skip to content

Commit 98f50e6

Browse files
committed
Adds deployment files
Signed-off-by: Mihovil Ilakovac <[email protected]>
1 parent e333a02 commit 98f50e6

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

examples/waspleau/fly-client.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# fly.toml app configuration file generated for waspleau-app-client on 2023-10-13T09:31:45+02:00
2+
#
3+
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4+
#
5+
6+
app = "waspleau-app-client"
7+
primary_region = "mad"
8+
9+
[build]
10+
11+
[http_service]
12+
internal_port = 8043
13+
force_https = true
14+
auto_stop_machines = true
15+
auto_start_machines = true
16+
min_machines_running = 0
17+
processes = ["app"]

examples/waspleau/fly-server.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# fly.toml app configuration file generated for waspleau-app-server on 2023-10-13T09:31:39+02:00
2+
#
3+
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4+
#
5+
6+
app = "waspleau-app-server"
7+
primary_region = "mad"
8+
9+
[build]
10+
11+
[http_service]
12+
internal_port = 8080
13+
force_https = true
14+
auto_stop_machines = true
15+
auto_start_machines = true
16+
min_machines_running = 0
17+
processes = ["app"]

0 commit comments

Comments
 (0)