Docker image of the indicia warehouse
This contains a blank indicia warehouse - like its just after installing.
The passwort for the user admin is set to adminadmin.
The image exposes two ports: 80 to access indicia 5432 to access the postgres database.
The database users are: indicia_user with the password indicia_user_pass and indicia_report_user with the password indicia_report_user_pass.
Run with:
sudo docker run -p 80:80 -p 5432:5432 infinitenature/warehouse-docker