updated compose
This commit is contained in:
parent
72b67b640d
commit
fb1c25a18f
@ -10,9 +10,16 @@ services:
|
|||||||
- MARIADB_DATABASE=${MARIADB_DATABASE}
|
- MARIADB_DATABASE=${MARIADB_DATABASE}
|
||||||
- MARIADB_USER=${MARIADB_USER}
|
- MARIADB_USER=${MARIADB_USER}
|
||||||
- MARIADB_PASSWORD=${MARIADB_PASSWORD}
|
- MARIADB_PASSWORD=${MARIADB_PASSWORD}
|
||||||
|
- MARIADB_AUTO_UPGRADE=1
|
||||||
|
logging:
|
||||||
|
options:
|
||||||
|
max-size: 10m
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:latest
|
image: redis:alpine
|
||||||
|
logging:
|
||||||
|
options:
|
||||||
|
max-size: 10m
|
||||||
|
|
||||||
glpi:
|
glpi:
|
||||||
build: .
|
build: .
|
||||||
@ -29,3 +36,6 @@ services:
|
|||||||
- ./glpi/files:/files
|
- ./glpi/files:/files
|
||||||
- ./glpi/marketplace:/marketplace
|
- ./glpi/marketplace:/marketplace
|
||||||
- ./glpi/plugins:/var/www/glpi/plugins
|
- ./glpi/plugins:/var/www/glpi/plugins
|
||||||
|
logging:
|
||||||
|
options:
|
||||||
|
max-size: 10m
|
||||||
|
Loading…
Reference in New Issue
Block a user