An open API service indexing awesome lists of open source software.

https://github.com/nwtgck/piping-server-http2-docker-compose

Docker Compose for Piping Server over HTTP/2 powered by nghttp
https://github.com/nwtgck/piping-server-http2-docker-compose

docker docker-compose http-server http2 nghttp2 piping-server

Last synced: about 2 months ago
JSON representation

Docker Compose for Piping Server over HTTP/2 powered by nghttp

Awesome Lists containing this project

README

          

# piping-server-http2-docker-compose
[![CircleCI](https://circleci.com/gh/nwtgck/piping-server-http2-docker-compose.svg?style=shield)](https://circleci.com/gh/nwtgck/piping-server-http2-docker-compose)

[Docker Compose](https://docs.docker.com/compose/) for [Piping Server](https://github.com/nwtgck/piping-server) over HTTP/2 powered by [nghttp2](https://github.com/nghttp2/nghttp2)

## Run

```bash
# Create self-signed SSL certificates in ./docker_volumes
./create_ssl_certs.sh
# Run a server
docker-compose up
```

Then, servers run on and

## Hierarchy of SSL certificates

You can put your own valid SSL certificates not self-signed ones.

```txt
docker_volumes/
└── ssl_certs
├── server.crt
├── server.csr
└── server.key
```