A fork of https://github.com/fholzer/docker-nginx-brotli but up to date and with small improvements
|
||
---|---|---|
.woodpecker | ||
.gitignore | ||
Dockerfile | ||
nginx.conf | ||
nginx.pub | ||
nginx.vh.default.conf | ||
package.json | ||
README.md | ||
renovate.json | ||
runTests.sh | ||
tests.sh |
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