| .. | |||
| Dockerfile | 5 years ago | ||
| README.md | 5 years ago | ||
| build.sh | 5 years ago | ||
| docker-compose.yaml | 5 years ago | ||
| start.sh | 5 years ago | ||
Edit the variables in docker-compose.yaml, then run
docker-compose up -d
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 .