mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
chore: update fly toml for LDK
This commit is contained in:
parent
e0288d29fd
commit
a466e7266b
1 changed files with 4 additions and 2 deletions
6
fly.toml
6
fly.toml
|
|
@ -4,13 +4,15 @@
|
|||
#
|
||||
|
||||
app = 'nwc'
|
||||
primary_region = 'ams'
|
||||
primary_region = 'lax'
|
||||
|
||||
[build]
|
||||
image = 'ghcr.io/getalby/nostr-wallet-connect-next:latest'
|
||||
|
||||
[env]
|
||||
DATABASE_URI = '/data/nwc.db'
|
||||
LDK_LOG_LEVEL = '2'
|
||||
LOG_LEVEL = '5'
|
||||
WORK_DIR = '/data'
|
||||
|
||||
[[mounts]]
|
||||
|
|
@ -29,4 +31,4 @@ primary_region = 'ams'
|
|||
[[vm]]
|
||||
cpu_kind = 'shared'
|
||||
cpus = 1
|
||||
memory_mb = 256
|
||||
memory_mb = 512
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue