2021-02-25 08:19:43 +01:00
|
|
|
## How to run piler
|
2021-02-25 08:18:26 +01:00
|
|
|
|
|
|
|
Edit the variables in docker-compose.yaml, then run
|
|
|
|
|
|
|
|
```
|
|
|
|
docker-compose up -d
|
|
|
|
```
|
|
|
|
|
2021-02-25 08:19:43 +01:00
|
|
|
## How to build the image for yourself
|
2021-02-25 08:18:26 +01:00
|
|
|
|
2021-02-25 08:19:43 +01:00
|
|
|
Pick the latest deb package from Bitbucket download page (https://bitbucket.org/jsuto/piler/downloads/)
|
|
|
|
and use it as the PACKAGE build argument, eg.
|
2021-02-25 08:18:26 +01:00
|
|
|
|
2021-02-25 08:19:43 +01:00
|
|
|
```
|
2022-12-06 13:11:49 +01:00
|
|
|
docker build --build-arg PACKAGE=piler_1.4.1-jammy-c860ca67_amd64.deb -t piler:1.4.1 .
|
2021-02-25 08:19:43 +01:00
|
|
|
```
|