Skip to content

appwrite/docker-mailcatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker MailCatcher

Discord Docker Pulls Build Status Twitter Account Follow Appwrite on StackShare

The MailCatcher docker container is used for capturing and debugging emails sent during app development. This container is based on the djfarrelly/maildev docker image with Appwrite specific configuration settings. For a fresh installation of djfarrelly/maildev image use the docker original image.

Getting Started

These instructions will cover usage information to help you run the Appwrite's MailCatcher docker container.

Prerequisities

In order to run this container you'll need docker installed on the system.

Refer docs for general documentation and guides for using docker.

Usage

docker run appwrite/mailcatcher

Environment Variables

This container supports all environment variables supplied by the original djfarrelly/maildev Docker image.

Build

docker build --tag appwrite/mailcatcher:1.0.0 .

docker push appwrite/mailcatcher:1.0.0

Multi-arch build (experimental using buildx):

docker buildx build --platform linux/amd64,linux/arm64/v8 --tag appwrite/mailcatcher:1.0.0 --push .

Find Us

Copyright and license

The MIT License (MIT) http://www.opensource.org/licenses/mit-license.php