Added basic readme [CI SKIP]

This commit is contained in:
Nicolai Ort 2022-05-09 16:18:02 +02:00
parent 6d9eb25330
commit f4e1c1de18
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
<p align="center">
<a href="https://odit.services" target="blank"><img src="https://odit.services/img/profile-pic-no_bg.webp" width="200" alt="ODIT Logo" /></a>
</p>
<p align="center">NGINX - Brotli</p>
## Description
A custom alpine based nginx image including Brotli for compression.
## Build
```bash
docker build .
```
## Use
* Docker Image: registry.odit.services/library/nginx-brotli
* Webserver Folder Mount: /usr/share/nginx/html/
* Nginx Config Mount: /etc/nginx/nginx.conf
## Release a new version (triggers ci)
```bash
# pnpm
pnpm i
pnpm release
# yarn
yarn
yarn release
```