Infra_docker/glpi
2025-06-09 23:34:56 +02:00
..
.env.example Ajouter glpi/.env.example 2025-06-09 23:25:58 +02:00
default.conf.template Ajouter glpi/default.conf.template 2025-06-09 23:22:05 +02:00
docker-compose.yml.example Ajouter glpi/docker-compose.yml.example 2025-06-09 23:25:02 +02:00
docker-entrypoint.sh Ajouter glpi/docker-entrypoint.sh 2025-06-09 23:21:23 +02:00
Dockerfile Ajouter glpi/Dockerfile 2025-06-09 23:19:45 +02:00
nginx.conf Ajouter glpi/nginx.conf 2025-06-09 23:22:48 +02:00
readme.md Actualiser glpi/readme.md 2025-06-09 23:34:56 +02:00
supervisord.conf Ajouter glpi/supervisord.conf 2025-06-09 23:23:26 +02:00

GLPI based on Almalinux

There you go, My first container, you can see the details on dockerhub: https://hub.docker.com/r/dimitry421/glpi_alma To install it: just use the docker-compose.yml file and define the mysql passwords on the .env.example file.

##Good to know Like for the others docker-compose installations of this git, traefik and homepage labels can be removed to adapt to your own installation.

Build instructions

As you can see I also share the files necessary to buil your own container (especially if you want to improve or change things).