-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrender.yaml
More file actions
55 lines (52 loc) · 1.73 KB
/
render.yaml
File metadata and controls
55 lines (52 loc) · 1.73 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# ──────────────────────────────────────────────────────────────────────────────
# MasterFabric mf-go — Render Blueprint
# Repo root: masterfabric-expo-base/
# Blueprint: render.yaml (default at root — no custom path needed)
# ──────────────────────────────────────────────────────────────────────────────
services:
- type: web
runtime: docker
name: mf-go
# Project path: masterfabric-expo-base/mf-go
rootDir: mf-go
dockerfilePath: mf-go/deployments/Dockerfile
dockerContext: mf-go
region: oregon
healthCheckPath: /health
envVars:
- key: DATABASE_DSN
fromDatabase:
name: mf-postgres
property: connectionString
- key: REDIS_URL
fromService:
type: keyvalue
name: mf-redis
property: connectionString
- key: RABBITMQ_ENABLED
value: "false"
- key: JWT_SECRET
generateValue: true
- key: JWT_ACCESS_TTL
value: 15m
- key: JWT_REFRESH_TTL
value: 168h
- key: LOG_LEVEL
value: info
- key: LOG_FORMAT
value: json
- key: GRAPHQL_INTROSPECTION
value: "false"
- type: keyvalue
name: mf-redis
region: oregon
plan: starter
ipAllowList:
- source: 0.0.0.0/0
description: allow all (private network)
databases:
- name: mf-postgres
databaseName: masterfabric_basic
user: masterfabric
region: oregon
plan: starter