Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 2 KB

README.md

File metadata and controls

68 lines (42 loc) · 2 KB

docker-nginx-letsencrypt-ombi

Deploy Ombi via Docker Compose with an Nginx proxy and Let's Encrypt for HTTPS.

This project could be easily modified to host just about any site.

(back to top)

Getting Started

A few things are required before getting started:

Prerequisites

  • A Linux host with Docker and Docker Compose
  • An email address to use for registartion with Let's Encrypt
  • A publicly reachable domain name for Ombi
  • If using Loki logging driver, you will need to install it on the docker host first
  • If using Grafana Agent, you will need to create a config file first - otherwise, simply remove the grafana-agent service

Deployment

Clone the repo

git clone https://github.com/rnwood13/docker-nginx-letsencrypt-ombi.git

Navigate to the repo then copy or create a .env file and fill in with your information

cd docker-nginx-letsencrypt-ombi/
cp .env.sample .env

And deploy

docker-compose up -d

(back to top)

Image Versions

Here are some links to help you find available image versions to use in the .env file.

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Thanks

Shout out to:

(back to top)