Spaces:
Running
Running
| services: | |
| - type: web | |
| name: spotix-api | |
| env: python | |
| plan: free | |
| buildCommand: "cd backend && pip install -r requirements.txt" | |
| startCommand: "cd backend && bash start.sh" | |
| envVars: | |
| - key: DATABASE_URL | |
| sync: false | |
| - key: REDIS_URL | |
| sync: false | |
| - key: JWT_SECRET | |
| generateValue: true | |
| - key: TURNSTILE_SECRET_KEY | |
| sync: false | |
| - key: ENVIRONMENT | |
| value: production | |
| - key: FRONTEND_URL | |
| sync: false | |
| - key: R2_ENDPOINT_URL | |
| sync: false | |
| - key: R2_ACCESS_KEY_ID | |
| sync: false | |
| - key: R2_SECRET_ACCESS_KEY | |
| sync: false | |
| - key: R2_BUCKET_NAME | |
| sync: false | |