piler/docker
Janos SUTO ce811951e5 Fixed docker-compose.yaml
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-02-07 16:48:03 +01:00
..
build.sh Fixed docker config 2021-01-03 18:23:35 +01:00
docker-compose.yaml Fixed docker-compose.yaml 2021-02-07 16:48:03 +01:00
Dockerfile Fixed dockerfile 2021-02-02 17:52:58 +01:00
README Docker fixes 2019-08-04 10:46:51 +02:00
start.sh Fixed docker setup not using mysql root account 2021-02-05 17:36:51 +01:00

How to build

  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.6~bionic-65cc7eb_amd64.deb -t sutoj/piler .

How to run the image

  Set the PILER_HOST env variable to match your hostname, eg.

  docker run -d --name piler1 -p 25:25 -p 80:80 -e PILER_HOST=archive.yourdomain.com sutoj/piler