CoolFace
Apppublic

hallidda/axonhub

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
render.yaml22 linesDownload Raw Back to root
1services:
2  - type: web
3    name: axonhub
4    runtime: docker
5    plan: free
6    envVars:
7      - key: AXONHUB_SERVER_PORT
8        value: 8090
9      - key: AXONHUB_DB_DIALECT
10        value: postgres
11      - key: AXONHUB_DB_DSN
12        fromDatabase:
13          name: axonhub-db
14          property: connectionString
15      - key: AXONHUB_LOG_LEVEL
16        value: info
17    healthCheckPath: /health
18    autoDeploy: true
19
20databases:
21  - name: axonhub-db
22    plan: free