Sign inSign up

iheve/serf-reverse-proxy-back-end

By iheve

•Updated over 10 years ago

Base container to build a back-end web server for the serf-reverse-proxy.

Image
0

2.1K

iheve/serf-reverse-proxy-back-end repository overview

⁠docker-serf-be

Proof of concept of an http back-end using serf to manage the configuration It uses serf to keep an up-to-date nginx configuration of the front-end.

This container can be used as base image to install your web server.

For a quick POC, you might want to have a look to the demo folder.

To build this docker container, use docker build -t iheve/serf-reverse-proxy-be .

To run this docker container, use docker run -d -e "SERVICE_NAME=example.org" -e "SSH=true" iheve/docker-serf-reverse-proxy-be

You can disable SSH with : docker run -d -e "SERVICE_NAME=example.org" -e "SSH=false" iheve/docker-serf-reverse-proxy-be

By default (without -e option) SSH is disabled and the service name is "example.org"

Tag summary

Content type

Image

Digest

sha256:cbe31ac66…

Size

73.2 MB

Last updated

over 10 years ago

docker pull iheve/serf-reverse-proxy-back-end