From 5006081dc44e3c610c27f739c55525eb942ac2cf Mon Sep 17 00:00:00 2001 From: Matthieu Borgognon Date: Sun, 6 Nov 2022 18:22:21 +0100 Subject: [PATCH] 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 --- public/v4/apps/invoiceninja.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/v4/apps/invoiceninja.yml b/public/v4/apps/invoiceninja.yml index 131c167..4384518 100644 --- a/public/v4/apps/invoiceninja.yml +++ b/public/v4/apps/invoiceninja.yml @@ -21,7 +21,7 @@ caproverOneClickApp: variables: - id: $$cap_invoiceninja_VERSION label: Invoice Ninja Version - defaultValue: '5' + defaultValue: '5.5.37' description: It's a good idea to check for breaking changes between versions validRegex: /^([^\s^\/])+$/ @@ -117,7 +117,7 @@ services: caproverExtra: notExposeAsWebApp: true - $$cap_appname-server: + $$cap_appname: restart: always depends_on: - $$cap_appname-app @@ -129,7 +129,7 @@ services: # Workaround for hard-coded container name in nginx config dockerfileLines: - 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 $$cap_appname-db-backup: