From 6dbeeee728ee488f5f4ddc05b856fa9d263aad89 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Fri, 7 Dec 2018 19:51:29 -0500 Subject: [PATCH] Fully functional --- templates/Snipe-IT/0/docker-compose.yml | 2 +- templates/Snipe-IT/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Snipe-IT/0/docker-compose.yml b/templates/Snipe-IT/0/docker-compose.yml index c663a30..91a856b 100644 --- a/templates/Snipe-IT/0/docker-compose.yml +++ b/templates/Snipe-IT/0/docker-compose.yml @@ -14,7 +14,7 @@ services: {{- if .Values.TRAEFIK_HOST}} APP_URL: https://${TRAEFIK_HOST} {{- else}} - APP_URL: http://localhost:${WEB_PORT} + APP_URL: http://localhost {{- end}} APP_KEY: ${APP_KEY} MYSQL_HOST: mysql diff --git a/templates/Snipe-IT/config.yml b/templates/Snipe-IT/config.yml index dd7c4a0..9cfc723 100644 --- a/templates/Snipe-IT/config.yml +++ b/templates/Snipe-IT/config.yml @@ -1,6 +1,6 @@ name: Snipe-IT description: | - Status: NOT READY + Free, open source IT asset and license management system. version: latest category: Asset Management maintainer: WilliamMiceli