fkm-proxy 0.1.1

Fkm proxy client & server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
services:
  proxy-client:
    image: filipton/proxied-nginx:latest
    build:
      context: .
      target: proxy-client

  proxy-server:
    image: filipton/proxy-server:latest
    build:
      context: .
      target: proxy-server