forked from rpuls/medusajs-for-railway-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
render.yaml
130 lines (130 loc) · 2.73 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# Exported from Render on 2024-07-31T09:50:43Z
services:
- type: web
name: anythink
runtime: image
image:
url: ghcr.io/better-design-digital/anythink-v2-alpha:main
creds:
fromRegistryCreds:
name: Registry
plan: standard
envVars:
- key: INIT_ROOT_USERNAME
sync: false
- key: INIT_ROOT_NICKNAME
sync: false
- key: INIT_ROOT_PASSWORD
sync: false
- key: INIT_ROOT_EMAIL
sync: false
- key: INIT_LANG
sync: false
- key: CACHE_MEMORY_MAX
sync: false
- key: CACHE_DEFAULT_STORE
sync: false
- key: DB_DIALECT_OPTIONS_SSL_REJECT_UNAUTHORIZED
sync: false
- key: DB_UNDERSCORED
sync: false
- key: DB_LOGGING
sync: false
- key: DB_PASSWORD
sync: false
- key: DB_USER
sync: false
- key: DB_DATABASE
sync: false
- key: DB_PORT
sync: false
- key: DB_HOST
sync: false
- key: DB_DIALECT
sync: false
- key: LOGGER_FORMAT
sync: false
- key: LOGGER_MAX_SIZE
sync: false
- key: LOGGER_LEVEL
sync: false
- key: LOGGER_BASE_PATH
sync: false
- key: LOGGER_TRANSPORT
sync: false
- key: API_BASE_PATH
sync: false
- key: APP_KEY
sync: false
- key: APP_PORT
sync: false
- key: APP_ENV
sync: false
region: frankfurt
autoDeploy: false
- type: web
name: storefront
runtime: node
repo: https://github.com/Better-Design-Digital/medusa-v1
plan: standard
envVars:
- key: REVALIDATE_SECRET
sync: false
- key: NEXT_PUBLIC_SEARCH_ENDPOINT
sync: false
- key: NEXT_PUBLIC_MEDUSA_BACKEND_URL
sync: false
- key: NEXT_PUBLIC_INDEX_NAME
sync: false
- key: NEXT_PUBLIC_DEFAULT_REGION
sync: false
- key: NEXT_PUBLIC_BASE_URL
sync: false
region: frankfurt
buildCommand: yarn
startCommand: yarn build && yarn start
rootDir: ./medusajs-storefront
- type: web
name: commerce
runtime: node
repo: https://github.com/Better-Design-Digital/medusa-v1
plan: standard
envVars:
- key: BUCKET_NAME
sync: false
- key: STORAGE_SERVICE_KEY
sync: false
- key: STORAGE_BUCKET_REF
sync: false
- key: STORE_CORS
sync: false
- key: REDIS_URL
fromService:
name: commerce-redis
type: redis
property: hostport
- key: POSTGRES_URL
sync: false
- key: MEDUSA_ADMIN_ONBOARDING_TYPE
sync: false
- key: JWT_SECRET
sync: false
- key: DATABASE_URL
sync: false
- key: COOKIE_SECRET
sync: false
- key: AUTH_CORS
sync: false
- key: ADMIN_CORS
sync: false
region: frankfurt
buildCommand: npm install && npm run build
startCommand: npm run seed:once && npm run start
rootDir: ./medusajs-backend
- type: redis
name: commerce-redis
plan: starter
region: frankfurt
maxmemoryPolicy: noeviction
ipAllowList: []
version: "1"