grain.social is a photo sharing platform built on atproto.
1# fly.toml app configuration file generated for grain-notifications on 2025-07-14T21:08:33-07:00
2#
3# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4#
5
6app = 'grain-notifications'
7primary_region = 'sea'
8
9[build]
10 dockerfile = './Dockerfile'
11
12[env]
13 BFF_JETSTREAM_URL = 'wss://jetstream1.us-west.bsky.network'
14
15[http_service]
16 internal_port = 8080
17 force_https = true
18 auto_stop_machines = 'stop'
19 auto_start_machines = true
20 min_machines_running = 0
21 processes = ['app']
22
23[[vm]]
24 size = 'shared-cpu-1x'