Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
services:
- type: web
name: evolution-api
env: docker
repo: https://github.com/AlexandreD-Martins/evolution-api

disk:
name: evolution-data
mountPath: /app/dist/instances
sizeGB: 1

envVars:
- key: API_KEY
value: "010101"
- key: AUTHENTICATION_TYPE
value: "api-key"

- key: URL_INSTANCE

value: $RENDER_EXTERNAL_URL


- key: DATABASE_TYPE
value: "sqlite"
- key: SERVER_HEALTH_CHECK_PATH
value: "/health"

healthCheckPath: /health