https://github.com/survivorbat/nginx-jinja2
This nginx image adds an extra layer on top of the existing nginx alpine images that allows for Jinja2 templating inside nginx configuration.
https://github.com/survivorbat/nginx-jinja2
jinja2 jinja2-docker nginx nginx-configuration nginx-docker nginx-jinja2 nginx-template nginx-templates
Last synced: 4 months ago
JSON representation
This nginx image adds an extra layer on top of the existing nginx alpine images that allows for Jinja2 templating inside nginx configuration.
- Host: GitHub
- URL: https://github.com/survivorbat/nginx-jinja2
- Owner: survivorbat
- Created: 2020-03-08T15:03:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T07:50:54.000Z (almost 6 years ago)
- Last Synced: 2024-12-31T00:27:32.695Z (over 1 year ago)
- Topics: jinja2, jinja2-docker, nginx, nginx-configuration, nginx-docker, nginx-jinja2, nginx-template, nginx-templates
- Language: Makefile
- Homepage: https://hub.docker.com/repository/docker/survivorbat/nginx-jinja2
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nginx-Jinja2 Image

This nginx image adds an extra layer on top of the existing nginx alpine images that allows for Jinja2 templating inside nginx configuration.
## Prerequisites
You'll need Docker installed to use this image.
In case you wish to work on developing this image further, it's advisable to also have Make installed to utilise the Makefile.
## Getting started
All nginx configuration should be placed or mounted inside of the /etc/nginx/temp folder, at runtime they are compiled and place into their respective /etc/nginx folder structure.
_TODO: Add examples_
### Development
This image can be build locally using `make build`.