forked from Squidex/squidex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
render.yaml
34 lines (34 loc) · 871 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
services:
- type: web
name: squidex_squidex
env: docker
repo: https://github.com/Squidex/squidex.git
dockerfilePath: ./packer/render/squidex/Dockerfile
dockerContext: ./packer/render/squidex/
disk:
name: assets
mountPath: /app/Assets
sizeGB: 10
healthCheckPath: /healthz # hanging
envVars:
- key: DOMAIN
sync: false
- key: MONGO
fromService:
name: squidex_mongo
type: pserv
property: hostport
- key: ASPNETCORE_URLS
value: http://+:5000
autoDeploy: true
- type: pserv
name: squidex_mongo
env: docker
repo: https://github.com/Squidex/squidex.git
dockerfilePath: ./packer/render/mongo/Dockerfile
dockerContext: ./packer/render/mongo/
disk:
name: db
mountPath: /data/db
sizeGB: 10
autoDeploy: true