A fork of https://github.com/fholzer/docker-nginx-brotli but up to date and with small improvements
Go to file
Nicolai Ort 1f379d7388 🚀RELEASE 3.15.203 [CI SKIP] 2022-12-06 00:13:48 +00:00
.drone.yml Typo 2022-07-18 18:30:56 +02:00
.gitignore Added gitignore 2022-05-04 20:17:48 +02:00
Dockerfile Alpine 3.15 2022-07-18 18:25:28 +02:00
README.md Added basic readme [CI SKIP] 2022-05-09 16:18:02 +02:00
nginx.conf Stuff stolen from the orinal repo by fholzer 2021-08-21 15:44:15 +02:00
nginx.pub Stuff stolen from the orinal repo by fholzer 2021-08-21 15:44:15 +02:00
nginx.vh.default.conf Stuff stolen from the orinal repo by fholzer 2021-08-21 15:44:15 +02:00
package.json 🚀RELEASE 3.15.203 [CI SKIP] 2022-12-06 00:13:48 +00:00
renovate.json Added renovate config 2022-04-12 16:25:19 +02:00
runTests.sh Stuff stolen from the orinal repo by fholzer 2021-08-21 15:44:15 +02:00
tests.sh Stuff stolen from the orinal repo by fholzer 2021-08-21 15:44:15 +02:00

README.md

ODIT Logo

NGINX - Brotli

Description

A custom alpine based nginx image including Brotli for compression.

Build

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)

# pnpm
pnpm i
pnpm release

# yarn
yarn
yarn release