Browse Source

fix render.yaml

pull/732/head
Kamus Hadenes 5 years ago
parent
commit
c03f25fbd3
No known key found for this signature in database GPG Key ID: EE8A46B3A80AFD59
  1. 5
      render.yaml

5
render.yaml

@ -1,4 +1,3 @@
autoDeploy: false
services:
- type: web
name: squidex_squidex
@ -21,6 +20,7 @@ services:
property: hostport
- key: ASPNETCORE_URLS
value: http://+:5000
autoDeploy: true
- type: pserv
name: squidex_mongo
env: docker
@ -30,4 +30,5 @@ services:
disk:
name: db
mountPath: /data/db
sizeGB: 10
sizeGB: 10
autoDeploy: true

Loading…
Cancel
Save