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.
|
5 hours ago | |
---|---|---|
.drone.yml | 8 months ago | |
.gitignore | 11 months ago | |
Dockerfile | 8 months ago | |
README.md | 11 months ago | |
nginx.conf | 2 years ago | |
nginx.pub | 2 years ago | |
nginx.vh.default.conf | 2 years ago | |
package.json | 5 hours ago | |
renovate.json | 12 months ago | |
runTests.sh | 2 years ago | |
tests.sh | 2 years ago |
README.md
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