piler/docker
Janos SUTO e95e8496a7 Updated docker build
Signed-off-by: Janos SUTO <sj@acts.hu>
2022-08-27 19:11:19 +02:00
..
build.sh Updated docker build 2022-08-27 19:11:19 +02:00
docker-compose.yaml Added healthcheck to mysql container 2021-02-09 07:47:31 +01:00
Dockerfile Added curl to docker image 2021-02-08 21:12:40 +01:00
README.md Updated docker readme #2 2021-02-25 08:19:43 +01:00
start.sh Removed duplicate check for MYSQL_DATABASE env var 2021-02-27 07:26:12 +01: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.3.11-focal-5c2ceb1_amd64.deb -t piler:1.3.11 .