Feed generator written in Golang
1# fly.toml app configuration file generated for feed-me-banana on 2025-05-18T00:50:20-04:00
2#
3# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4#
5
6app = 'feed-me-banana'
7primary_region = 'iad'
8
9[build]
10
11[env]
12 FEEDGEN_LISTENHOST = '0.0.0.0'
13 FEEDGEN_PORT = '3000'
14 FEEDGEN_HOSTNAME = 'banana.keays.io'
15 FEEDGEN_PUBLISHER_DID = 'did:plc:37hudfm25vmjn57cslybnt34'
16 FEEDGEN_SQLITE_LOCATION = '/data/coffee.db'
17
18
19[[mounts]]
20 source = 'data'
21 destination = '/data'
22 auto_extend_size_threshold = 80
23 auto_extend_size_increment = '1GB'
24 auto_extend_size_limit = '2GB'
25
26[http_service]
27 internal_port = 3000
28 force_https = true
29 auto_stop_machines = 'off'
30 auto_start_machines = true
31 min_machines_running = 0
32 processes = ['app']
33
34[[vm]]
35 memory = '256mb'
36 cpu_kind = 'shared'
37 cpus = 1