Bluesky feed server - NSFW Likes
1app = 'darkfeed'
2primary_region = 'iad'
3
4[build]
5 dockerfile = 'Containerfile'
6 ignorefile = '.containerignore'
7
8[http_service]
9 internal_port = 8080
10 force_https = true
11 auto_stop_machines = 'stop'
12 auto_start_machines = true
13 min_machines_running = 0
14 processes = ['app']
15
16[[vm]]
17 size = 'shared-cpu-1x'
18 memory = '512mb'
19
20[env]
21 FEED_ACCOUNT_PDS = 'bsky.social'
22 FEED_ACCOUNT_DID = 'did:plc:zhxv5pxpmojhnvaqy4mwailv'
23 HOSTNAME = 'darkfeed.fly.dev'