A fork of https://github.com/fholzer/docker-nginx-brotli but up to date and with small improvements
Go to file
ODIT Renovate Bot 38ce0d5e62
chore(deps): update registry.odit.services/hub/library/alpine docker tag to v3.19
2024-04-25 07:39:18 +00: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 chore(deps): update registry.odit.services/hub/library/alpine docker tag to v3.19 2024-04-25 07:39:18 +00: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.427 [CI SKIP] 2023-10-29 00:20:39 +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