Skip to content

Commit

Permalink
Update docker-compose files to 9.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardofraga committed Mar 2, 2021
1 parent d8039b0 commit 2937208
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 38 deletions.
24 changes: 4 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ contato@fametec.com.br
-e MARIADB_DATABASE=glpi \
-e MARIADB_USER=glpi \
-e MARIADB_PASSWORD=glpi \
-e VERSION="9.5.1" \
-e VERSION="9.5.4" \
-e PLUGINS="all" \
-p 80:80 \
-p 443:443 \
Expand Down Expand Up @@ -115,7 +115,7 @@ contato@fametec.com.br
MARIADB_DATABASE: glpi
MARIADB_USER: glpi-user
MARIADB_PASSWORD: glpi-pass
VERSION: "9.5.1"
VERSION: "9.5.4"
PLUGINS: "all"
depends_on:
- mariadb-glpi
Expand Down Expand Up @@ -162,22 +162,6 @@ contato@fametec.com.br



# Plugins available

- [x] fields
- [x] costs
- [x] datainjection
- [x] formcreator
- [x] tag
- [x] genericobject
- [x] Mod
- [x] pdf
- [x] ocsinventoryng
- [x] tasklists
- [x] telegrambot
- [x] fusioninventory


# Manual install

This script will install the GLPI on Linux Server CentOS 7.6 Minimal.
Expand All @@ -203,7 +187,7 @@ This script will install the GLPI on Linux Server CentOS 7.6 Minimal.
Edit the script


VERSION="9.5.3" # GLPI Version to install, default=9.4.5
VERSION="9.5.4" # GLPI Version to install, default=9.5.4
TIMEZONE=America/Fortaleza # Timezone default=Etc/UTC
FQDN="glpi.fametec.com.br" # Virtualhost default=glpi.fametec.com.br
ADMINEMAIL="suporte@fametec.com.br" # Admin e-mail
Expand All @@ -225,7 +209,7 @@ After instalation the script save the credentials and variables in ''install_glp
====================================================
## VARIAVEIS

VERSION=9.5.3
VERSION=9.5.4
TIMEZONE=America/Fortaleza
FQDN=glpi.fametec.com.br
ADMINEMAIL=suporte@fametec.com.br
Expand Down
6 changes: 3 additions & 3 deletions docker/docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
#
mariadb-glpi:
build: mariadb/
image: fametec/glpi:9.5.3-mariadb
image: fametec/glpi:9.5.4-mariadb
restart: unless-stopped
volumes:
- mariadb-glpi-volume:/var/lib/mysql:rw
Expand All @@ -23,7 +23,7 @@ services:
#
glpi:
build: apache/
image: fametec/glpi:9.5.3
image: fametec/glpi:9.5.4
restart: unless-stopped
# volumes:
# - glpi-volume-files:/var/www/html/files:rw
Expand All @@ -49,7 +49,7 @@ services:
#
crond:
build: crond/
image: fametec/glpi:9.5.3-crond
image: fametec/glpi:9.5.4-crond
restart: unless-stopped
depends_on:
- glpi
Expand Down
6 changes: 3 additions & 3 deletions docker/docker-compose-nginx-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.5"
services:
mariadb-glpi:
image: fametec/glpi:9.5.3-mariadb
image: fametec/glpi:9.5.4-mariadb
restart: unless-stopped
volumes:
- mariadb-glpi-volume:/var/lib/mysql:rw
Expand All @@ -18,7 +18,7 @@ services:
#
nginx:
build: nginx/
image: fametec/glpi:9.5.3-nginx
image: fametec/glpi:9.5.4-nginx
restart: unless-stopped
volumes:
- glpi-volume-files:/usr/share/nginx/html/glpi/files:rw
Expand All @@ -34,7 +34,7 @@ services:

php-fpm:
build: php/
image: fametec/glpi:9.5.3-php-fpm
image: fametec/glpi:9.5.4-php-fpm
restart: unless-stopped
environment:
MARIADB_HOST: mariadb-glpi
Expand Down
6 changes: 3 additions & 3 deletions docker/docker-compose-nginx.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.3"
services:
mariadb-glpi:
image: fametec/glpi:9.5.3-mariadb
image: fametec/glpi:9.5.4-mariadb
restart: unless-stopped
volumes:
- mariadb-glpi-volume:/var/lib/mysql:rw
Expand All @@ -17,7 +17,7 @@ services:
#
#
glpi:
image: fametec/glpi:9.5.3-nginx
image: fametec/glpi:9.5.4-nginx
restart: unless-stopped
volumes:
- glpi-volume-files:/usr/share/nginx/html/glpi/files:rw
Expand All @@ -32,7 +32,7 @@ services:
- glpi-backend

php-fpm:
image: fametec/glpi:9.5.3-php-fpm
image: fametec/glpi:9.5.4-php-fpm
restart: unless-stopped
volumes:
- glpi-volume-files:/usr/share/nginx/html/glpi/files:rw
Expand Down
8 changes: 4 additions & 4 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.3"
services:
mariadb-glpi:
image: fametec/glpi:9.5.3-mariadb
image: fametec/glpi:9.5.4-mariadb
restart: unless-stopped
volumes:
- mariadb-glpi-volume:/var/lib/mysql:rw
Expand All @@ -17,7 +17,7 @@ services:
#
#
glpi:
image: fametec/glpi:9.5.3
image: fametec/glpi:9.5.4
restart: unless-stopped
volumes:
- glpi-volume-files:/var/www/html/files:rw
Expand All @@ -29,7 +29,7 @@ services:
MARIADB_DATABASE: glpi
MARIADB_USER: glpi-user
MARIADB_PASSWORD: glpi-pass
VERSION: "9.5.3"
VERSION: "9.5.4"
PLUGINS: "all"
depends_on:
- mariadb-glpi
Expand All @@ -43,7 +43,7 @@ services:
# CRON
#
# crond:
# image: fametec/glpi:9.5.3-crond
# image: fametec/glpi:9.5.4-crond
# restart: unless-stopped
# depends_on:
# - mariadb-glpi
Expand Down
4 changes: 2 additions & 2 deletions docker/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM fametec/glpi:9.5.3-php-fpm as PHP
FROM fametec/glpi:9.5.4-php-fpm as PHP

FROM nginx:alpine

MAINTAINER eduardo@fametec.com.br

ENV VERSION 9.5.3
ENV VERSION 9.5.4

WORKDIR /usr/share/nginx/html

Expand Down
6 changes: 3 additions & 3 deletions docker/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV MARIADB_USER glpi

ENV MARIADB_PASSWORD glpi

ENV VERSION 9.5.3
ENV VERSION 9.5.4

RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"

Expand Down Expand Up @@ -54,9 +54,9 @@ WORKDIR /usr/share/nginx/html/glpi/

# COPY --chown=www-data:www-data src/glpi /usr/share/nginx/html/glpi

ADD https://github.com/glpi-project/glpi/releases/download/9.5.3/glpi-9.5.3.tgz /usr/share/nginx/html/
ADD https://github.com/glpi-project/glpi/releases/download/9.5.4/glpi-9.5.4.tgz /usr/share/nginx/html/
#
RUN tar -zxf /usr/share/nginx/html/glpi-9.5.3.tgz -C /usr/share/nginx/html/ \
RUN tar -zxf /usr/share/nginx/html/glpi-9.5.4.tgz -C /usr/share/nginx/html/ \
&& chown -R www-data:www-data /usr/share/nginx/html/glpi

COPY scripts/glpi-entrypoint.sh /
Expand Down

0 comments on commit 2937208

Please sign in to comment.