-
Notifications
You must be signed in to change notification settings - Fork 52
ReportPortal.io
Carlos Kidman edited this page May 12, 2020
·
4 revisions
https://reportportal.io/docs/Deploy-with-Docker
-
Install Docker and give it 3GB+ Memory
-
Download docker-compose.yml file from the repo
-
If on Windows, you have to configure the .yml file
Change from unix to windows host in the
postgres
service:volumes: # For windows host - postgres:/var/lib/postgresql/data # For unix host # - ./data/postgres:/var/lib/postgresql/data
Then uncomment this at the bottom of the file:
# Docker volume for Windows host volumes: postgres:
-
docker-compose up
docker-compose -p reportportal up -d --force-recreate
-
Visit the Report Portal UI by going to
<HOST>:8080
http://localhost:8080/ui
-
Login (change the password afterwards)
default\1q2w3e or superadmin\erebus