add MailDev to one-click-apps #695 (#696)

This commit is contained in:
Andre Kutianski 2022-08-11 00:52:46 -03:00 committed by GitHub
parent 3f13ac3255
commit 4ec4a4144f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
captainVersion: 4
services:
$$cap_appname:
image: maildev/maildev:$$cap_maildev_version
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- $$cap_appname-data:/data
restart: always
caproverExtra:
containerHttpPort: '1080'
caproverOneClickApp:
variables:
- id: $$cap_maildev_version
label: MailDev Version
defaultValue: 2.0.5
description: Check out their Docker page for the valid tags https://hub.docker.com/r/maildev/maildev/tags
validRegex: /^([^\s^\/])+$/
instructions:
start: >-
MailDev is a simple way to test your project's generated email during development, with an easy to use web interface that runs on your machine built on top of Node.js.
More information about this container can be found here:
https://hub.docker.com/r/maildev/maildev .
Official website: https://maildev.github.io/maildev/
After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 1080 to other CapRover apps .
Port Mapping: You need map port 1025 to the container application to get inbound mail work .
end: MailDev is a simple way to test your project's generated email during development
displayName: ''
isOfficial: true
description: MailDev is a simple way to test your project's generated email during development.
documentation: Taken from https://hub.docker.com/r/maildev/maildev

BIN
public/v4/logos/maildev.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB