Added Traefik integration

This commit is contained in:
WilliamMiceli
2018-11-17 18:51:02 -05:00
parent f54e0a2bd7
commit 84ffae0ff1
2 changed files with 27 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
version: '2'
catalog:
name: SnipeIT
name: Snipe-IT
version: latest
# description:
# minimum_rancher_version:
@@ -16,12 +16,13 @@ catalog:
required: false
type: string
- variable: "URL"
label: "URL"
- variable: "TRAEFIK_HOST"
label: "Public Host Domain"
description: |
The domain or hostname the service can be accessed at.
default: "http://localhost"
required: true
The host that Traefik will use to provide public access.
Leaving this empty will disable Traefik on this stack.
default: "subdomain.domain.tld"
required: false
type: string
- variable: "WEB_PORT"