aim-dashboard / render.yaml
Tefifi's picture
deploy inicial
7adf02c
raw
history blame contribute delete
218 Bytes
services:
- type: web
name: aim-dashboard
runtime: python
buildCommand: pip install -r requirements.txt
startCommand: gunicorn app:server
envVars:
- key: PYTHON_VERSION
value: 3.13.2