Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 487 Bytes

File metadata and controls

21 lines (14 loc) · 487 Bytes

Aznable Infra

An implementation of a reverse proxy network using NGINX proxy and Acme Companion.

Installation

Install Aznable Infra by cloning its Github repository:

git clone https://github.com/aznable/infra.git
cd infra
cp .env.example .env

Basic Usage

To run the containers, just execute docker-compose up -d in the same directory:

$ docker-compose up -d