Kamus Hadenes
5 years ago
No known key found for this signature in database
GPG Key ID: EE8A46B3A80AFD59
1 changed files with
3 additions and
2 deletions
-
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 |
|
|
|
|