Run your own Bookstack docker
After being required to move my server and the LinuxServer BookStack image stopped working.
At the same time I've been obligated to migrate my containers.
Delving deeper, I ended up making my own bookstack docker image - which turned out to be quite easy but not as easy as I had hoped... But I believe this path is the easiest to maintain and comprehend, in the end.
What we have to achieve in this page:
- Create a container with MariaDB
- Create a docker image that has an installation of Bookstack
- Requires PHP-FPM
- Requires Lavarel
- Requires GIT to pull the latest version
- Inspect the existing installation
- Copy the old database to the new one
- Perform some maintenance tasks to update links in the old data
- Copy the old files to the new container