Compare commits
	
		
			17 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 3108e46f3d | |||
| 85f1e99153 | |||
| 93f3da858b | |||
| 5f41a56149 | |||
| e8aeb52a81 | |||
| 3d8edb129e | |||
| f0391ddfcf | |||
| 73ddccc66f | |||
| 556e51e87f | |||
| e9359ec998 | |||
| 6f86d1f007 | |||
| 8deefdbf38 | |||
| f4e1c1de18 | |||
| 90924d7bb3 | |||
| 584f7aa710 | |||
| 6d9eb25330 | |||
| 940d25b0c2 | 
| @@ -167,7 +167,7 @@ steps: | ||||
|       - git pull | ||||
|   - name: push to repo | ||||
|     image: appleboy/drone-git-push | ||||
|     depends_on: [bump_patch] | ||||
|     depends_on: [bump_prepatch] | ||||
|     settings: | ||||
|       commit: false | ||||
|       author_email: bot@odit.services | ||||
|   | ||||
							
								
								
									
										33
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										33
									
								
								README.md
									
									
									
									
									
								
							| @@ -0,0 +1,33 @@ | ||||
| <p align="center"> | ||||
|   <a href="https://odit.services" target="blank"><img src="https://odit.services/img/profile-pic-no_bg.webp" width="200" alt="ODIT Logo" /></a> | ||||
| </p> | ||||
|  | ||||
|  | ||||
|   <p align="center">NGINX - Brotli</p> | ||||
|  | ||||
|  | ||||
| ## Description | ||||
|  | ||||
| A custom alpine based nginx image including Brotli for compression. | ||||
|  | ||||
| ## Build | ||||
|  | ||||
| ```bash | ||||
| 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) | ||||
| ```bash | ||||
| # pnpm | ||||
| pnpm i | ||||
| pnpm release | ||||
|  | ||||
| # yarn | ||||
| yarn | ||||
| yarn release | ||||
| ``` | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "nginx-brotli", | ||||
|   "version": "3.15.6", | ||||
|   "version": "3.15.17", | ||||
|   "description": "NGINX Base Image feat. brotli", | ||||
|   "repository": { | ||||
|     "type": "git", | ||||
| @@ -11,6 +11,7 @@ | ||||
|     "release-it": "^15.0.0" | ||||
|   }, | ||||
|   "scripts": { | ||||
|     "release": "release-it", | ||||
|     "release:patch": "release-it --patch --ci", | ||||
|     "release:prepatch": "release-it --prePatch --preRelease --ci" | ||||
|   }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user