-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrender.yaml
34 lines (33 loc) · 886 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
# NOTE: This file is just an example os is not used in our current setup
# We set the render service manually because we use two environments.
# Staging and production.
services:
- type: web
name: qtrees-vectortiles
env: docker
plan: starter
region: frankfurt
autoDeploy: false
dockerContext: .
dockerfilePath: Dockerfile.server
envVars:
- key: AWS_SECRET_ACCESS_KEY
sync: false
- key: AWS_ACCESS_KEY_ID
sync: false
- key: AWS_DEFAULT_REGION
sync: false
- key: AWS_BUCKET
sync: false
- key: BASE_IMAGE
value: technologiestiftung/qtrees-vectortiles_base:2.6.2
sync: true
- key: TILESET_NAME
value: trees.mbtiles
sync: true
- key: TILESET_DIR
value: /tilesets
sync: true
- key: TMP_DIR
value: /tmp
sync: true