mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 22:41:59 +01:00
3af085ab91
Signed-off-by: Janos SUTO <sj@acts.hu> |
||
---|---|---|
.. | ||
build.sh | ||
docker-compose.yaml | ||
Dockerfile | ||
README.md | ||
start.sh |
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 .