polls on atproto
pollz.waow.tech
atproto
zig
1app = 'pollz-backend'
2primary_region = 'iad'
3
4[build]
5
6[env]
7 TAP_HOST = 'pollz-tap.internal'
8 TAP_PORT = '2480'
9
10[http_service]
11 internal_port = 3000
12 force_https = true
13 auto_stop_machines = 'stop'
14 auto_start_machines = true
15 min_machines_running = 1
16 processes = ['app']
17
18[[vm]]
19 memory = '256mb'
20 cpu_kind = 'shared'
21 cpus = 1
22
23[mounts]
24 source = 'pollz_data'
25 destination = '/data'