-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathrender.yaml
More file actions
38 lines (38 loc) · 909 Bytes
/
render.yaml
File metadata and controls
38 lines (38 loc) · 909 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
33
34
35
36
37
38
# $schema: https://render.com/schema/render.yaml.json
---
services:
- disk:
mountPath: /data
name: parse-dmarc-data
sizeGB: 1
dockerfilePath: ./Dockerfile
envVars:
- key: PARSE_DMARC_CONFIG
value: /app/config.json
- key: PARSE_DMARC_METRICS
value: "true"
- key: IMAP_HOST
sync: false
- key: IMAP_PORT
value: 993
- key: IMAP_USERNAME
sync: false
- key: IMAP_PASSWORD
sync: false
- key: IMAP_MAILBOX
value: INBOX
- key: IMAP_USE_TLS
value: "true"
- key: SERVER_HOST
value: 0.0.0.0
- key: SERVER_PORT
value: 8080
- key: FETCH_INTERVAL
value: 300
healthCheckPath: /api/statistics
name: parse-dmarc
plan: starter
preDeployCommand: echo "Deploying Parse DMARC..."
region: oregon
runtime: docker
type: web