Run GLPI in a Docker
Quick and simple installation of GLPI using docker-compose
- Clone this repository
- Copy
.env.example
file to.env
- Define a value to environment
VERSION_GLPI
- Run command
docker-compose up
- Follow instructions to end setup in browser
Fill the environment EXTRA_COMMANDS
with the command you want run on the first execution.
Examples:
EXTRA_COMMANDS="
curl -L https://github.com/pluginsGLPI/formcreator/releases/download/v2.11.2/glpi-formcreator-2.11.2.tar.bz2 | tar -jxf - -C /var/www/glpi/plugins/;
curl -L https://github.com/LibreSign/libresign-glpi/archive/refs/tags/v1.0.0.tar.gz | tar -zxf - -C /var/www/glpi/plugins/;
mv /var/www/html/plugins/libresign-glpi-1.0.0 /var/www/glpi/plugins;
"
account | password | type |
---|---|---|
glpi | glpi | super-admin |
tech | tech | |
postonly | postonly | only for helpdesk |
normal | normal |
PS: Change all password after setup by security reasons