Gleam Lustre Fullstack Atproto Demo App w/Slices.Network GraphQL API
1# fly.toml app configuration file generated for atconf on 2025-10-24T14:04:15-07:00
2#
3# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4#
5
6app = 'atconf'
7primary_region = 'sjc'
8
9[build]
10
11[env]
12 DATABASE_URL = '/data/sessions.db'
13
14[http_service]
15 internal_port = 8080
16 force_https = true
17 auto_stop_machines = 'stop'
18 auto_start_machines = true
19 min_machines_running = 0
20 processes = ['app']
21
22[[mounts]]
23 source = 'app_data'
24 destination = '/data'
25
26[[vm]]
27 memory = '512mb'
28 cpu_kind = 'shared'
29 cpus = 1