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
- Host: GitHub
- URL: https://github.com/nwtgck/piping-server-http2-docker-compose
- Owner: nwtgck
- License: mit
- Created: 2019-03-20T06:42:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T12:41:20.000Z (over 5 years ago)
- Last Synced: 2024-02-13T21:53:05.367Z (over 2 years ago)
- Topics: docker, docker-compose, http-server, http2, nghttp2, piping-server
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# piping-server-http2-docker-compose
[](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
```