mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
871 B
34 lines
871 B
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
|
|
|