-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
28 lines (28 loc) · 807 Bytes
/
Copy pathrender.yaml
File metadata and controls
28 lines (28 loc) · 807 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
services:
- type: web
name: cryptid-tracker-ky
runtime: python
plan: free
buildCommand: pip install -r requirements.txt
startCommand: uvicorn src.api.main:app --host 0.0.0.0 --port $PORT
healthCheckPath: /api/health
envVars:
- key: PYTHON_VERSION
value: "3.11.0"
- key: AIVEN_PG_URI
sync: false
- key: AIVEN_KAFKA_BOOTSTRAP_SERVERS
sync: false
- key: AIVEN_KAFKA_SECURITY_PROTOCOL
value: "SSL"
- key: AIVEN_VALKEY_URI
sync: false
- key: AIVEN_MYSQL_URI
sync: false
# Kafka SSL certs (base64-encoded, set in Render dashboard)
- key: KAFKA_SSL_CA_BASE64
sync: false
- key: KAFKA_SSL_CERT_BASE64
sync: false
- key: KAFKA_SSL_KEY_BASE64
sync: false