Docker Compose deployment setup for Grimmory with local book library initialization scripts.
Clone the repository
git clone git@github.com:GnomGad/grimmory-deploy.git
cd grimmory-deployCreate a local .env file from the example and change the default values
cp .env.example .envStart the service
docker compose up -dCreate the book folder structure
chmod +x create_books_folders.sh
./create_books_folders.sh