parent
c141c79858
commit
eba2fc36e5
|
|
@ -14,9 +14,12 @@ services:
|
||||||
HTTP_WEBAPP_ENABLED: true
|
HTTP_WEBAPP_ENABLED: true
|
||||||
DOMAIN: $$cap_appname.$$cap_root_domain
|
DOMAIN: $$cap_appname.$$cap_root_domain
|
||||||
VERSION: $$corteza_version
|
VERSION: $$corteza_version
|
||||||
|
LETSENCRYPT_HOST: $$cap_lets_encrypt
|
||||||
$$cap_appname-db:
|
$$cap_appname-db:
|
||||||
image: postgres:13
|
image: postgres:13
|
||||||
restart: always
|
restart: always
|
||||||
|
caproverExtra:
|
||||||
|
notExposeAsWebApp: 'true'
|
||||||
volumes:
|
volumes:
|
||||||
- $$cap_appname-postgres-data:/var/lib/postgresql/data
|
- $$cap_appname-postgres-data:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -46,6 +49,10 @@ caproverOneClickApp:
|
||||||
description: ''
|
description: ''
|
||||||
defaultValue: $$cap_gen_random_hex(16)
|
defaultValue: $$cap_gen_random_hex(16)
|
||||||
validRegex: /.{1,}/
|
validRegex: /.{1,}/
|
||||||
|
- id: $$cap_lets_encrypt
|
||||||
|
defaultValue: $$cap_appname.$$cap_root_domain
|
||||||
|
label: Lets Encrypt Host for SSL.
|
||||||
|
description: 'Set your root domain if you are going to use SSL (https://). Leave empty otherwise.'
|
||||||
|
|
||||||
instructions:
|
instructions:
|
||||||
start: |-
|
start: |-
|
||||||
|
|
@ -60,6 +67,6 @@ caproverOneClickApp:
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
App is available as http://$$cap_appname.$$cap_root_domain
|
App is available as http://$$cap_appname.$$cap_root_domain
|
||||||
displayName: Corteza
|
displayName: Corteza
|
||||||
isOfficial: true ## Only if all images used here are official or from a trusted source.
|
isOfficial: true
|
||||||
description: Corteza is a free, open-source, Low Code platform for building your organisation key applications, growing its productivity and protecting its data and the privacy of all those concerned.
|
description: Corteza is a free, open-source, Low Code platform for building your organisation key applications, growing its productivity and protecting its data and the privacy of all those concerned.
|
||||||
documentation: This docker-compose is taken https://github.com/cortezaproject
|
documentation: This docker-compose is taken https://github.com/cortezaproject
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue