-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathrender.yaml
More file actions
32 lines (32 loc) · 783 Bytes
/
render.yaml
File metadata and controls
32 lines (32 loc) · 783 Bytes
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
services:
- type: web
name: ackee
env: docker
autoDeploy: false
envVars: # https://docs.ackee.electerious.com/#/docs/Options
- key: ACKEE_USERNAME
value: "render"
- key: ACKEE_PASSWORD
generateValue: true
- key: ACKEE_PORT
value: 80
# Once you know the domains being tracked, consider adding them here:
# See https://docs.ackee.electerious.com/#/docs/CORS%20headers
- key: ACKEE_ALLOW_ORIGIN
value: "*"
- key: MONGODB_HOSTPORT
fromService:
type: pserv
name: ackee-mongodb
property: hostport
- key: MONGODB_DATABASE
value: "ackee"
- type: pserv
name: ackee-mongodb
env: docker
repo: https://github.com/render-examples/mongodb.git
autoDeploy: false
disk:
name: data
mountPath: /data/db
sizeGB: 10