A fork of https://github.com/fholzer/docker-nginx-brotli but up to date and with small improvements
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Nicolai Ort 8ffbb0623c 🚀RELEASE 3.15.309 [CI SKIP] 5 hours ago
.drone.yml Typo 8 months ago
.gitignore Added gitignore 11 months ago
Dockerfile Alpine 3.15 8 months ago
README.md Added basic readme [CI SKIP] 11 months ago
nginx.conf Stuff stolen from the orinal repo by fholzer 2 years ago
nginx.pub Stuff stolen from the orinal repo by fholzer 2 years ago
nginx.vh.default.conf Stuff stolen from the orinal repo by fholzer 2 years ago
package.json 🚀RELEASE 3.15.309 [CI SKIP] 5 hours ago
renovate.json Added renovate config 12 months ago
runTests.sh Stuff stolen from the orinal repo by fholzer 2 years ago
tests.sh Stuff stolen from the orinal repo by fholzer 2 years ago

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