diff options
| author | Andre Kutianski <[email protected]> | 2022-08-11 00:52:46 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-10 20:52:46 -0700 |
| commit | 4ec4a4144f747c3f62d08e0afa3f1537f7eab073 (patch) | |
| tree | d9c9de3e42d862b4b94da8e2ae0a3982ee508470 /public/v4/apps/maildev.yml | |
| parent | 3f13ac3255b9c5b83b1a498c665ca95e3b4de922 (diff) | |
| download | caprover-one-click-apps-4ec4a4144f747c3f62d08e0afa3f1537f7eab073.tar.gz caprover-one-click-apps-4ec4a4144f747c3f62d08e0afa3f1537f7eab073.zip | |
add MailDev to one-click-apps #695 (#696)
Diffstat (limited to 'public/v4/apps/maildev.yml')
| -rw-r--r-- | public/v4/apps/maildev.yml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/public/v4/apps/maildev.yml b/public/v4/apps/maildev.yml new file mode 100644 index 0000000..945b6c4 --- /dev/null +++ b/public/v4/apps/maildev.yml @@ -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 |
