A fork of https://github.com/fholzer/docker-nginx-brotli but up to date and with small improvements
Go to file
Nicolai Ort 0b5e0e1725
ci/woodpecker/push/build Pipeline was successful Details
feat(ci): Better build cache
2023-11-24 11:33:35 +01:00
.woodpecker feat(ci): Better build cache 2023-11-24 11:33:35 +01: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 Switch to woodpacker 2023-11-04 16:00:57 +01: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