mailpiler / docker /
@Janos SUTO Janos SUTO authored on 25 May 2023
..
Dockerfile Improved docker settings #2 3 years ago
README.md Updated docker related files 3 years ago
build.sh Updated docker build 3 years ago
docker-compose.yaml Fixed #1295, replaced yourdomain.com with example.com 2 years ago
start.sh Fixed #1280 to use PILER_USER env var for indexer command 3 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.4.1-jammy-c860ca67_amd64.deb -t piler:1.4.1 .