Initial commit
This commit is contained in:
commit
c803de020e
52 changed files with 20439 additions and 0 deletions
12
render.yaml
Normal file
12
render.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Render deployment configuration for Freedify
|
||||
|
||||
services:
|
||||
- type: web
|
||||
name: freedify
|
||||
runtime: docker
|
||||
plan: free
|
||||
envVars:
|
||||
- key: MP3_BITRATE
|
||||
value: "320k"
|
||||
healthCheckPath: /api/health
|
||||
autoDeploy: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue