Seb
November 9, 2024, 2:43pm
1
Hello,
I successfully to install Bookstack on my Cosmos Cloud instance, but I saw 2 issues
in the big-bear-cosmos/blob/master/servapps/bookstack/docker-compose.yml
Thank you for letting me know. Created a PR to fix this:
bigbeartechworld:master
← bigbeartechworld:update-bookstack-config-volume-and-app-key
opened 07:00PM - 09 Nov 24 UTC
This pull request introduces the following changes:
1. Updates the MariaDB data… volume mount path from `/var/lib/mysql` to `/config` in the BookStack Docker Compose configuration. This change aligns the volume mount path with the recommended best practices for container-based applications, where the `/config` directory is typically used to store persistent application data.
2. Adds a new environment variable `APP_KEY` to the BookStack service, which is required for the application to function correctly. This environment variable is set to a base64-encoded value, which should be replaced with a unique value for the specific deployment.
These changes will improve the overall configuration and deployment of the BookStack application.
big-bear-casa-os and big-bear-cosmos are synced on a schedule.