Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jhsc/web-proxy-base

Docker nginx proxy with letsencrypt
https://github.com/jhsc/web-proxy-base

docker dockercompose letsencrypt nginx-proxy

Last synced: about 1 month ago
JSON representation

Docker nginx proxy with letsencrypt

Awesome Lists containing this project

README

        

# Simple web proxy using Docker, NGINX, Letsencrypt
This is the base setup for single server.

## Prerequisites
In order to use this configuration you must have the following installed:
1. docker
2. docker-compose

# Usage
1. Clone repository:
```
git clone https://github.com/jhsc/web-proxy-base.git
```

2. Create docker network
```
docker netwrok create webproxy
```

3. Start proxy
```
docker-compose up -d
```