Update nginx invoiceninja (#784)
* Update Ghost to v5 breaking changes * Fix formatting issue * Upgrade keycloak to v18+ and switch to official repos breaking changes * Made data persistent trough postgres * Fix formatting * Update outline to v0.64+ & add OIDC connector & add SMTP config & document OSS alternatives * Sync nginx conf file with selected version + remove server mention in app name Co-authored-by: Matthieu Borgognon <matthieu.borgognon@advance-ticket.ch>
This commit is contained in:
parent
25bec41476
commit
5006081dc4
|
|
@ -21,7 +21,7 @@ caproverOneClickApp:
|
||||||
variables:
|
variables:
|
||||||
- id: $$cap_invoiceninja_VERSION
|
- id: $$cap_invoiceninja_VERSION
|
||||||
label: Invoice Ninja Version
|
label: Invoice Ninja Version
|
||||||
defaultValue: '5'
|
defaultValue: '5.5.37'
|
||||||
description: It's a good idea to check for breaking changes between versions
|
description: It's a good idea to check for breaking changes between versions
|
||||||
validRegex: /^([^\s^\/])+$/
|
validRegex: /^([^\s^\/])+$/
|
||||||
|
|
||||||
|
|
@ -117,7 +117,7 @@ services:
|
||||||
caproverExtra:
|
caproverExtra:
|
||||||
notExposeAsWebApp: true
|
notExposeAsWebApp: true
|
||||||
|
|
||||||
$$cap_appname-server:
|
$$cap_appname:
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- $$cap_appname-app
|
- $$cap_appname-app
|
||||||
|
|
@ -129,7 +129,7 @@ services:
|
||||||
# Workaround for hard-coded container name in nginx config
|
# Workaround for hard-coded container name in nginx config
|
||||||
dockerfileLines:
|
dockerfileLines:
|
||||||
- FROM nginx:1.21
|
- FROM nginx:1.21
|
||||||
- ADD https://raw.githubusercontent.com/invoiceninja/dockerfiles/5.3.34/config/nginx/in-vhost.conf /etc/nginx/templates/in-vhost.conf.template
|
- ADD https://raw.githubusercontent.com/invoiceninja/dockerfiles/$$cap_invoiceninja_VERSION/config/nginx/in-vhost.conf /etc/nginx/templates/in-vhost.conf.template
|
||||||
- RUN sed -i 's/app:9000/${APP_CONTAINER}/g' /etc/nginx/templates/in-vhost.conf.template
|
- RUN sed -i 's/app:9000/${APP_CONTAINER}/g' /etc/nginx/templates/in-vhost.conf.template
|
||||||
|
|
||||||
$$cap_appname-db-backup:
|
$$cap_appname-db-backup:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue