sutoj/piler
Grab the compose yaml from https://github.com/jsuto/piler/blob/master/docker/docker-compose.yaml, customize then passwords, then run
docker compose up -d
You may build the image for yourself as well. Get the latest deb package from Github releases (https://github.com/jsuto/piler/releases) and use it as the PACKAGE build argument, eg.
docker buildx build --load --platform linux/amd64 -t sutoj/piler:1.4.5 \
--build-arg PACKAGE= piler_1.4.6-noble-80dadac .
docker pull sutoj/piler