Skip to content

Commit

Permalink
πŸš€ 🧱 fly.io setting change
Browse files Browse the repository at this point in the history
  • Loading branch information
dodok8 committed Jan 6, 2024
1 parent dc107b0 commit 31180cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1

# Adjust BUN_VERSION as desired
ARG BUN_VERSION=1.0.8
ARG BUN_VERSION=1.0.21
FROM oven/bun:${BUN_VERSION} as base

LABEL fly_launch_runtime="Bun"
Expand Down
11 changes: 8 additions & 3 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# fly.toml app configuration file generated for discord-aladin on 2023-11-04T14:32:53Z
# fly.toml app configuration file generated for discord-aladin on 2024-01-06T16:21:40Z
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = "discord-aladin"
primary_region = "sin"
primary_region = "nrt"

[build]

[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = false
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ["app"]

[[vm]]
cpu_kind = "shared"
cpus = 1
memory_mb = 1024

0 comments on commit 31180cb

Please sign in to comment.