From 3bd1fafd9d321f987bc6a6e6fc009cb80daf12c4 Mon Sep 17 00:00:00 2001 From: fox Date: Sat, 4 Jun 2022 16:06:32 +0300 Subject: Update 'Home' --- Home.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 8e3f2e7..bd8fa45 100644 --- a/Home.md +++ b/Home.md @@ -27,8 +27,25 @@ See also: ### Installation -* Using [Docker compose](https://git.tt-rss.org/fox/epube-docker-compose.git/) (recommended) -* Host installation, see [README.md](https://git.tt-rss.org/fox/the-epube.git/tree/README.md) +I suggest using my auto-built Docker Hub images (note `static-dockerhub` [branch](https://git.tt-rss.org/fox/epube-docker-compose.git/tree/?h=static-dockerhub)). Those go through a proper CI/CD pipeline so there are some safeguards involved which would hopefully prevent a broken image getting pushed out. + +```sh +git clone -b static-dockerhub https://git.tt-rss.org/fox/epube-docker-compose.git epube-docker-compose + +docker-compose up +``` + +Alternatively, you can use [master branch](https://git.tt-rss.org/fox/epube-docker-compose.git/) compose file which would build a DIY image using latest Epube source from Git: + +```sh +git clone https://git.tt-rss.org/fox/epube-docker-compose.git epube-docker-compose + +docker-compose up --build +``` + +--------------- + +For host installation, see [README.md](https://git.tt-rss.org/fox/the-epube.git/tree/README.md) ### FAQ -- cgit v1.2.3