Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 325 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 325 Bytes

nginx-reverse-proxy

This is configuration for nginx reverse proxy.

Local Setup

  • Create .env file using .env.template as template.
  • Run nginx locally using docker-compose.
docker compose up --build
docker compose down

Reference