Skip to content

Commit e11a945

Browse files
Update fly.toml
1 parent 71e4655 commit e11a945

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

fly.toml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1-
app = "gamblecodez-app"
1+
app = "gamblecodez"
22

33
[build]
4-
builder = "paketobuildpacks/builder:base"
4+
image = "node:18"
55

66
[env]
7-
NODE_ENV = "production"
7+
PORT = "3000"
8+
ADMIN_USER = "Admin"
9+
ADMIN_PASS = "Pink2222"
810

9-
[experimental]
10-
auto_rollback = true
11+
[[services]]
12+
internal_port = 3000
13+
protocol = "tcp"
14+
15+
[[services.ports]]
16+
port = 80
17+
18+
[[services.ports]]
19+
port = 443

0 commit comments

Comments
 (0)