Skip to content

glego/mailpile-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Unofficial Dockerfile for mailpile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages