Testing finished configuration
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
|||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
- 1.0.0.1
|
- 1.0.0.1
|
||||||
environment:
|
environment:
|
||||||
ROCKETCHAT_URL: ${TRAEFIK_HOST}
|
ROCKETCHAT_URL: hubot.${TRAEFIK_HOST}
|
||||||
ROCKETCHAT_ROOM: GENERAL
|
ROCKETCHAT_ROOM: GENERAL
|
||||||
ROCKETCHAT_USER: Hubot
|
ROCKETCHAT_USER: Hubot
|
||||||
ROCKETCHAT_PASSWORD: BotPassw0rd
|
ROCKETCHAT_PASSWORD: BotPassw0rd
|
||||||
@@ -32,9 +32,6 @@ services:
|
|||||||
### End Hubot Segment
|
### End Hubot Segment
|
||||||
links:
|
links:
|
||||||
- rocketchat:rocketchat
|
- rocketchat:rocketchat
|
||||||
# this is used to expose the hubot port for notifications on the host on port 3001, e.g. for hubot-jenkins-notifier
|
|
||||||
ports:
|
|
||||||
- 3001:8080
|
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:latest
|
image: mongo:latest
|
||||||
dns: # Using Cloudflare DNS
|
dns: # Using Cloudflare DNS
|
||||||
@@ -47,8 +44,8 @@ services:
|
|||||||
{{- end}}
|
{{- end}}
|
||||||
traefik.enable: false
|
traefik.enable: false
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/runtime/db:/data/db
|
- /RancherCattle/${DATA_DIR}/Database/Data:/data/db
|
||||||
- ./data/dump:/dump
|
- /RancherCattle/${DATA_DIR}/Database/Dump:/dump
|
||||||
command: mongod --smallfiles
|
command: mongod --smallfiles
|
||||||
rocketchat:
|
rocketchat:
|
||||||
image: rocketchat/rocket.chat:latest
|
image: rocketchat/rocket.chat:latest
|
||||||
|
|||||||
@@ -6,7 +6,28 @@ catalog:
|
|||||||
# minimum_rancher_version:
|
# minimum_rancher_version:
|
||||||
# maximum_rancher_version:
|
# maximum_rancher_version:
|
||||||
# upgrade_from:
|
# upgrade_from:
|
||||||
uuid: rocketchat-0
|
|
||||||
questions:
|
questions:
|
||||||
|
|
||||||
rocketchat:
|
- variable: "HOST_LABEL"
|
||||||
|
label: "Host Label Key/Value Pair"
|
||||||
|
description: |
|
||||||
|
The Label Key/Value pair of the host which containers should be deployed
|
||||||
|
default: "host.id=Host1"
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
|
||||||
|
- variable: "TRAEFIK_HOST"
|
||||||
|
label: "Public Host Domain"
|
||||||
|
description: |
|
||||||
|
The host that Traefik will use to provide public access.
|
||||||
|
default: "subdomain.domain.tld"
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
|
||||||
|
- variable: "DATA_DIR"
|
||||||
|
label: "Data Directory"
|
||||||
|
description: |
|
||||||
|
The directory to store persistent data for the stack.
|
||||||
|
default: "Personal/RocketChat"
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
Reference in New Issue
Block a user