piler/docker
Janos SUTO c2b20a01eb Fixed #1295, replaced yourdomain.com with example.com
Signed-off-by: Janos SUTO <sj@acts.hu>
2023-05-25 19:00:51 +02:00
..
build.sh Updated docker build 2022-08-27 19:11:19 +02:00
docker-compose.yaml Fixed #1295, replaced yourdomain.com with example.com 2023-05-25 19:00:51 +02:00
Dockerfile Improved docker settings #2 2022-12-20 17:02:51 +01:00
README.md Updated docker related files 2022-12-06 13:11:49 +01:00
start.sh Fixed #1280 to use PILER_USER env var for indexer command 2023-02-18 11:16:14 +01:00

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 .