A fork of https://github.com/fholzer/docker-nginx-brotli but up to date and with small improvements
Go to file
ODIT Renovate Bot 88120a7bd0
Update registry.odit.services/hub/library/node Docker tag to v18.3.0
2022-06-06 18:48:53 +00:00
.drone.yml Update registry.odit.services/hub/library/node Docker tag to v18.3.0 2022-06-06 18:48:53 +00:00
.gitignore Added gitignore 2022-05-04 20:17:48 +02:00
Dockerfile Update registry.odit.services/hub/library/alpine Docker tag to v3.15 2022-04-30 10:17:29 +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.34 [CI SKIP] 2022-06-05 00:24:55 +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