Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 616 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 616 Bytes

Nginx + Lua Playground (AKA OpenResty)

This project was create with the purpose to test nginx configurations and lua files, using OpenResty.

Running

Just ask make to turn all the docker compose containers up:

make up

Structure

The docker compose will run one container with nginx and lua and another container with a redis server.

Diagram

All the lua files at lua directory and the nginx conf files at conf directory will be copied to the nginx container.

Additional rocks can be installed at the Dockerfile.