CoolFace
Apppublic

mangrovedigital/tide-engine-api

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes
render.yaml16 linesDownload Raw Back to deploy-upload
1services:
2  - type: web
3    name: tide-engine-api
4    # docker runtime so the image (Dockerfile) can apt-get install gpsbabel — the
5    # python runtime has no apt, so the .usr export would always 503 in prod.
6    runtime: docker
7    dockerfilePath: ./Dockerfile
8    plan: free
9    healthCheckPath: /health
10    autoDeploy: true
11    envVars:
12      - key: TIDES_API_KEY
13        sync: false          # set in the Render dashboard (do not commit)
14      - key: TIDES_CORS_ORIGINS
15        sync: false
16