Skip to content

Commit

Permalink
Update docker-compose-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Eduardo Fraga Ribeiro authored Oct 29, 2019
1 parent f326f7d commit 8f178af
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions docker/docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,13 @@ services:
build: nginx
image: fametec/glpi-nginx:latest
restart: unless-stopped
environment:
GLPI_LANG: pt_BR
MARIADB_HOST: mariadb-glpi
MARIADB_PORT: 3306
MARIADB_DATABASE: glpi
MARIADB_USER: glpi
MARIADB_PASSWORD: glpi
VERSION: "9.4.4"
PLUGINS: "all"
volumes:
- glpi-volume:/usr/share/nginx/html/glpi:rw
depends_on:
- mariadb-glpi
- php-fpm
ports:
- 30080:80
- 80:80
networks:
- glpi-frontend
- glpi-backend
Expand All @@ -43,13 +34,11 @@ services:
- glpi-volume:/usr/share/nginx/html/glpi:rw
depends_on:
- mariadb-glpi
ports:
- 9000:9000
networks:
- glpi-backend
cron:
build: cron/
image: fametec/glpi-cron-php-fpm
image: fametec/glpi-cron-php-fpm:latest
restart: unless-stopped
volumes:
- glpi-volume:/usr/share/nginx/html/glpi:rw
Expand Down

0 comments on commit 8f178af

Please sign in to comment.