-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrender.yaml
34 lines (34 loc) · 984 Bytes
/
render.yaml
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
29
30
31
32
33
34
services:
- type: web
name: moving-cities/frontend
env: node
plan: starter
branch: v2
buildCommand: yarn; yarn build
region: frankfurt
repo: https://github.com/seebruecke-org/moving-cities-frontend
startCommand: yarn start
autoDeploy: true
envVars:
- key: NODE_ENV
value: production
- key: NEXT_PUBLIC_ASSET_URL
value: https://cms.moving-cities.eu
- key: NEXT_PUBLIC_GRAPHQL_API
value: https://api.seebruecke.org/graphql
- key: NEXT_IMAGE_HOSTNAME
value: cms.moving-cities.eu
- key: NEXT_PUBLIC_GRAPHQL_ENDPOINT
value: https://api.moving-cities.eu/graphql
- key: NEXT_PUBLIC_MAPBOX_TOKEN
sync: false
- key: MATOMO_ENDPOINT
sync: false
- key: MATOMO_SITE_ID
sync: false
domains:
- next.moving-cities.eu
disk:
name: next.js image cache
mountPath: /opt/render/project/src/.next/cache/images
sizeGB: 1