Skip to content

Repository files navigation

Echo HTTP

A small HTTP server that responds with the content of the requests it recieves. Can namely be used to test deployment of services behind a reverse-proxy.

Run with Docker

Build

docker build . -t echo-http

Deploy

Example with docker-compose :

version: "3.9"networks:
nginx:
name: nginx_networkexternal: trueservices:
echo:
image: echo-http:latestcontainer_name: echoports:
- '8080:8080'# direct accessnetworks:
- nginx # access through reverse proxyuser: '1000:1000'

About

Simple HTTP server that responds with the content of the requests it receives

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages