Skip to content

Docker

Environment

Follow oficial installation guidelines: Docker Engine overview. Example in Ubuntu:

sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

Deployment

  1. Clone repository
cd /opt
git clone https://github.com/1modm/petereport
cd petereport
  1. Customize reports and configuration in app/config/petereport_config.py

  2. Build environment

docker compose build --build-arg TARGETARCH=amd64
docker compose up
  1. Go to https://127.0.0.1/
  2. Login with any of users created admin/P3t3r3p0rt (administrator) and viewer/v13w3r (viewer) or the user credentials configured in the configuration file
  3. Try harder
  4. Create a report