mailpiler / docker /
@Janos SUTO Janos SUTO authored on 27 Feb 2021
..
Dockerfile Added curl to docker image 5 years ago
README.md Updated docker readme #2 5 years ago
build.sh Updated docker image tag 5 years ago
docker-compose.yaml Added healthcheck to mysql container 5 years ago
start.sh Removed duplicate check for MYSQL_DATABASE env var 5 years ago
README.md

How to run piler

Edit the variables in docker-compose.yaml, then run

docker-compose up -d

How to build the image for yourself

Pick the latest deb package from Bitbucket download page (https://bitbucket.org/jsuto/piler/downloads/) and use it as the PACKAGE build argument, eg.

docker build --build-arg PACKAGE=piler_1.3.11-focal-5c2ceb1_amd64.deb -t piler:1.3.11 .