piler/docker
Janos SUTO 3af085ab91 Updated docker stuff
Signed-off-by: Janos SUTO <sj@acts.hu>
2023-06-13 21:11:42 +02:00
..
build.sh Updated docker stuff 2023-06-13 21:11:42 +02:00
docker-compose.yaml Updated docker stuff 2023-06-13 21:11:42 +02:00
Dockerfile Updated docker stuff 2023-06-13 21:11:42 +02:00
README.md Updated docker related files 2022-12-06 13:11:49 +01:00
start.sh Updated docker stuff 2023-06-13 21:11:42 +02: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 .