music on atproto
plyr.fm
1app = "plyr-transcoder"
2primary_region = "iad"
3
4[build]
5 dockerfile = "Dockerfile"
6
7[http_service]
8 internal_port = 8080
9 force_https = true
10 auto_stop_machines = "stop"
11 auto_start_machines = true
12 min_machines_running = 0
13
14 [http_service.concurrency]
15 type = "requests"
16 hard_limit = 50
17 soft_limit = 25
18
19[[vm]]
20 cpu_kind = "shared"
21 cpus = 1
22 memory = "1gb"
23
24[env]
25 TRANSCODER_HOST = "0.0.0.0"
26 TRANSCODER_PORT = "8080"
27 TRANSCODER_MAX_UPLOAD_BYTES = "1073741824" # 1GB for large files