Skip to content

Files

Latest commit

8b5f257 · May 5, 2024

History

History
35 lines (24 loc) · 1.41 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.41 KB

Nginx Proxy with Docker compose

Most of "Docker proxy"code is from from Jason Wilder, with some spice from me.

This is not ideal setup, but for MediaBox.lv / SimpleMediaCode development and some small production good enough.

Usage

  1. Clone repository from github
  2. !! Create docker network docker network create nginx-proxy, where nginx-proxy is name of the network where You will connect all your NGINX services
  3. Run docker compose file docker-compose up -d

Upgrades

  1. Stop setup with docker-compose docker-compose down
  2. And run docker-compose up -d --build --remove-orphans

Makefile

If You are as lazy as me: just use make commands from Makefile

Links