Added Traefik integration
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user