glpi changes
This commit is contained in:
parent
ef048e012e
commit
6c49b0580c
@ -5,7 +5,7 @@ services:
|
|||||||
container_name: glpi-db
|
container_name: glpi-db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- mariadb-glpi-volume:/var/lib/mysql:rw
|
- ./volumes/mariadb:/var/lib/mysql:rw
|
||||||
environment:
|
environment:
|
||||||
MYSQL_DATABASE: glpi
|
MYSQL_DATABASE: glpi
|
||||||
MYSQL_USER: glpi-user
|
MYSQL_USER: glpi-user
|
||||||
@ -21,8 +21,8 @@ services:
|
|||||||
container_name: glpi-app
|
container_name: glpi-app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- glpi-volume-files:/var/www/html/files:rw
|
- ./volumes/glpi-files:/var/www/html/files:rw
|
||||||
- glpi-volume-plugins:/var/www/html/plugins:rw
|
- ./volumes/glpi-plugins:/var/www/html/plugins:rw
|
||||||
environment:
|
environment:
|
||||||
GLPI_LANG: de_DE
|
GLPI_LANG: de_DE
|
||||||
MARIADB_HOST: mariadb-glpi
|
MARIADB_HOST: mariadb-glpi
|
||||||
@ -51,9 +51,9 @@ services:
|
|||||||
container_name: glpi-crond
|
container_name: glpi-crond
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- glpi-volume:/usr/share/nginx/html/glpi:rw
|
- ./volumes/glpi-nginx:/usr/share/nginx/html/glpi:rw
|
||||||
- glpi-volume-files:/var/www/html/files:rw
|
- ./volumes/glpi-files:/var/www/html/files:rw
|
||||||
- glpi-volume-plugins:/var/www/html/plugins:rw
|
- ./volumes/glpi-plugins:/var/www/html/plugins:rw
|
||||||
depends_on:
|
depends_on:
|
||||||
- mariadb-glpi
|
- mariadb-glpi
|
||||||
environment:
|
environment:
|
||||||
@ -67,11 +67,11 @@ services:
|
|||||||
#
|
#
|
||||||
# VOLUMES
|
# VOLUMES
|
||||||
#
|
#
|
||||||
volumes:
|
#volumes:
|
||||||
glpi-volume:
|
# glpi-volume:
|
||||||
glpi-volume-files:
|
# glpi-volume-files:
|
||||||
glpi-volume-plugins:
|
# glpi-volume-plugins:
|
||||||
mariadb-glpi-volume:
|
# mariadb-glpi-volume:
|
||||||
#
|
#
|
||||||
# NETWORKS
|
# NETWORKS
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user