Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jhsc/web-proxy-base
- Owner: jhsc
- License: mit
- Created: 2018-08-30T00:14:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T00:47:08.000Z (over 6 years ago)
- Last Synced: 2024-10-12T12:24:00.972Z (3 months ago)
- Topics: docker, dockercompose, letsencrypt, nginx-proxy
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```