Sign inSign up

shenron/http-proxy

By shenron

Updated about 7 years ago

Use HTTP proxy to serve REST api, statics

Image
0

183

shenron/http-proxy repository overview

Use HTTP proxy to serve REST api, statics

version: '3.3'
services:
  http-proxy:
    build:
      # ./http-proxy/Dockerfile
      # FROM shenron/http-proxy
      context: ./http-proxy/
      args:
        domain_name: "localhost"
        api_service: "api:3000"
        static_service: "static:80"
    ports:
      - "8080:80"
    depends_on:
      - api
      - static

Tag summary

Content type

Image

Digest

Size

8 MB

Last updated

about 7 years ago

docker pull shenron/http-proxy