-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
34 lines (34 loc) · 924 Bytes
/
Copy pathrender.yaml
File metadata and controls
34 lines (34 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
services:
- type: web
name: flowbit-backend
runtime: python
rootDir: flowbit-backend
plan: free
buildCommand: |
pip install -r requirements.txt
python manage.py collectstatic --noinput
startCommand: python -m daphne -b 0.0.0.0 -p $PORT flowbit_backend.asgi:application
healthCheckPath: /healthz/
envVars:
- key: PYTHON_VERSION
value: 3.11.11
- key: DEBUG
value: "False"
- key: SECRET_KEY
generateValue: true
- key: ALLOWED_HOSTS
sync: false
- key: CORS_ALLOWED_ORIGINS
sync: false
- key: CSRF_TRUSTED_ORIGINS
sync: false
- key: DATABASE_URL
sync: false
- key: REDIS_URL
sync: false
- key: GOOGLE_OAUTH_CLIENT_ID
sync: false
- key: DEFAULT_FROM_EMAIL
value: noreply@flowbit.app
- key: FRONTEND_PASSWORD_RESET_URL
sync: false