Skip to content

rnwood13/docker-nginx-letsencrypt-ombi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Docker Ombi with nginx proxy and letsencrypt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published