Run BookStack using Docker Compose & Nginx Proxy Manager

preview_player
Показать описание
In this video I take you through the process of running BookStack using docker-compose and Nginx Proxy Manager from a fresh Ubuntu 20.04 server instance, complete with HTTPS via letsencrypt.

Рекомендации по теме
Комментарии
Автор

Great video with good information. I was able to get this up in running in no time. Thank you for the help!

Justincool
Автор

Crystal clear, got this running in under an hour and learned a few things about docker along the way. Fantastic!

Laurence
Автор

Good information, i am not an expert using docker, but whit this instruccions, i was able run BookStack. Thanks.

AsaelEstrella
Автор

Thank you Dan for these very clear instructions. I was able to run a demo environment for our company. Hopefully they get to adopt Bookstack as our KB portal. :)

JoelAldor
Автор

Followed several different tutorials, this is the only one that got me up and running! Thanks!

Nights
Автор

I've been having issues getting the domain routing up. I was wondering why can't I just use my server's IP address in the docker config's environment/APP_URL parameter instead?

DeveloperMarty
Автор

i'm stuck with the ports. I have nginx setup and running prior to this, I also have a nextcloud container running on 80 and 443 and a mariadb on port 3306 already. Not sure all, some or neither of that matters as I'm relatively knew to docker. But when i run the docler-compose up, I get errors for 80, 443, 81 ports. I changed them to 85:80, 445:443, 82:81 and ran a docker-compose up and it ran the logs but can't access the site. How should I handle these ports?

PrayTre
Автор

There it is.
I was trying to use https from nginx to bookstack and it was causing issues.

Sierra
Автор

Installation successfull thanks this tutorial :) ; Thanks !

jeremyhawken
Автор

ok .. looks like I do not have /data/database.sqlite /etc/letsencrupt .. how to get it ?

vishnugoswamy
Автор

Thank you for this tutorial .. I am getting below error while composing docker ..
and line number 46 onwards is : -
:volumes

when I remove proxy section, it works well. so what is wrong in proxy section .. any idea

vishnugoswamy
Автор

i am using Bookstack on a reaspberry pi with docker and would like to know if there is a way to restore data ( books nd shelves that have been created ) if it has been deleted evidentially. all the files and images are in the folders but i do not know ow to get it back in bookstack to display

fredzibulski
Автор

Hello, is it possible to run the app locally? I followed the guide but it seems I lost. thank you.

narcisobatingaljr.
Автор

Hello, thanks a lot for awesome tutorials, I want to ask if it is posible to connect(save) bookstack on SQL Server?

alihamdi
Автор

How can I connect other CT to that nookstack_db?

mEti
Автор

I get error "permission denied" in started script, when I run docker-compose up. (((

capsyatina
Автор

There is error "networks.default.external must be a boolean or mapping", docker change something.
Don't make any network. And don't use network from 13:06 . Docker compose creates a network for those components itself.

MieszkoNowak
Автор

proxy:
image:
restart: unless-stopped
ports:
- '80:80' # Public HTTP Port
- '443:443' # Public HTTPS Port
- '81:81' # Admin Web Port
environment:
- ./proxy/data:/data
-

vishnugoswamy