Select Git revision
.env.sample 589 B
# Which docker-compose file to use
# docker-compose.yml : mandatory basic config
# port.yml : add a port mapping for port 80 of GLPI container
# traefik.yml : todo configuration for traefik
COMPOSE_FILE=docker-compose.yml:ports.yml
# If port.yml is enabled in COMPOSE_FILE this is the port to access glpi
GLPI_PORT=8888
# GLPI version used at compilation time
GLPI_VERS=10.0.17
# Mysql credentials
MYSQL_USER=glpi
MYSQL_DATABASE=glpi
MYSQL_PASSWORD=insert-random-string-here
MYSQL_ROOT_PASSWORD=other-random-string
# If you Use traefik.yml update the following
NAME=someglpiname
HOST=FQDN