Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 2.05 KB

README.md

File metadata and controls

38 lines (28 loc) · 2.05 KB

Mailpile Docker

Build Status Docker Stars Docker Pulls Docker Layers

Mailpile-Docker is a fully stateless and immutable Docker implementation of Mailpile. The configuration is done by the Ansible Playbook via environment variables, followed by an s6-overlay to control the application processes. The application is built inside a Python3 virtual environment (venv), to ensure all python dependencies are within one directory.

Get started

1. Prerequisites

  • Docker

2. Run mailpile

Run mailpile deattached

docker run --name mailpile -p 33411:33411 -d glego/mailpile:latest

Run mailpile on a raspberry pi

docker run --name mailpile -p 33411:33411 -d glego/mailpile:arm32v6-latest

3. Login to mailpile and set password

Todo

  • Docs

References