Implement initial MailHog Support.
This commit is contained in:
parent
5b3e19f665
commit
5941778004
12
templates/mailhog/0/docker-compose.yml
Normal file
12
templates/mailhog/0/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
||||
version: '2'
|
||||
services:
|
||||
mailhog:
|
||||
image: mailhog/mailhog
|
||||
environment:
|
||||
MH_UI_WEB_PATH: ${mh_ui_web_path}
|
||||
MH_SMTP_BIND_ADDR: ${mh_smtp_bind_addr}
|
||||
stdin_open: true
|
||||
tty: true
|
||||
user: root
|
||||
labels:
|
||||
io.rancher.container.pull_image: always
|
17
templates/mailhog/0/rancher-compose.yml
Normal file
17
templates/mailhog/0/rancher-compose.yml
Normal file
@ -0,0 +1,17 @@
|
||||
.catalog:
|
||||
name: MailHog
|
||||
version: 0.0.1
|
||||
description: MailHog E-mail Capture Tools
|
||||
questions:
|
||||
- variable: mh_ui_web_path
|
||||
label: Web UI Path
|
||||
type: string
|
||||
required: true
|
||||
default: ''
|
||||
description: Defines the URL path for viewing MailHog.
|
||||
- variable: mh_smtp_bind_addr
|
||||
label: SMTP Bind Address
|
||||
type: string
|
||||
required: true
|
||||
default: 0.0.0.0:25
|
||||
description: Defines the IP/Port combination for the SMTP listener.
|
BIN
templates/mailhog/catalogIcon-mailhog.png
Normal file
BIN
templates/mailhog/catalogIcon-mailhog.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
4
templates/mailhog/config.yml
Normal file
4
templates/mailhog/config.yml
Normal file
@ -0,0 +1,4 @@
|
||||
name: MailHog
|
||||
description: MailHog E-mail Capture Tools
|
||||
version: 0.0.1
|
||||
category: Services
|
Loading…
x
Reference in New Issue
Block a user