2 months ago
Hey maybe i forget something but the deploy its crashing when I try to use this template:
```
AH00534: apache2: Configuration error: More than one MPM loaded.
Mounting volume on: /var/lib/containers/railwayapp/bind-mounts/8f575849-9807-430c-9bcf-fc08e4927000/vol_y51e64kbo4mpb7uj
wait-for-db: waiting for mysql.railway.internal:3306
wait-for-db: done
Starting Migration...
INFO Nothing to migrate.
Clearing caches...
INFO Application cache cleared successfully.
INFO Compiled views cleared successfully.
```
4 Replies
2 months ago
Hi, matiassimone! Thanks for reaching out. Not really, I’ve recently experiencing this salen problem with all the php templates. This is not on you, will be investigating.
Status changed to Awaiting User Response Railway • 2 months ago
roicort
Hi, **matiassimone! Thanks for reaching out. Not really, I’ve recently experiencing this salen problem with all the php templates. This is not on you, will be investigating.**
2 months ago
Hello, @matiassimone! Thank you for your patience. This should be working now, would you mind trying again? 🙂
2 months ago
Hey!, Thx for your quick work!,,
I test it and works well, so we can close this ticket.
Maybe I need open a new one for this question, but,
what is the difference between this template and this one https://railway.com/deploy/bookstack-1 ,
Im curious because in your project I can see a couple more services, like a proxy for the bucket,
redis (I think to handle sessions), and a separate service called Bucket.
And on the other hand we have the other template with only the MySQL database,
checking the original repository https://github.com/linuxserver/docker-bookstack I saw obviously mentions to the SQL database but not for the redis,
and the bucket, so, my question is:
What kind of problems did you encounter with the original Docker image that necessitated adding these services to the template?
Do they add any functionality or compatibility with any existing functionality?
Simply to understand the differences between both templates and make an informed decision, thank you!
Status changed to Awaiting Template Creator Response Railway • 2 months ago
matiassimone
Hey!, Thx for your quick work!,, I test it and works well, so we can close this ticket. Maybe I need open a new one for this question, but, what is the difference between this template and this one <https://railway.com/deploy/bookstack-1> , Im curious because in your project I can see a couple more services, like a proxy for the bucket, redis (I think to handle sessions), and a separate service called Bucket. And on the other hand we have the other template with only the MySQL database, checking the original repository <https://github.com/linuxserver/docker-bookstack> I saw obviously mentions to the SQL database but not for the redis, and the bucket, so, my question is: What kind of problems did you encounter with the original Docker image that necessitated adding these services to the template? Do they add any functionality or compatibility with any existing functionality? Simply to understand the differences between both templates and make an informed decision, thank you!
2 months ago
Hi, @matiassimone. Great question, this additional services are for Bookstack advanced features such as caching and storage on S3. Nonetheless, Buckets are only private by default on Railway, so we need a Bun function as a proxy to serve them. Actually the original docker-compose need two different volumes
- Image uploads location:
<bookstack_install_dir>/public/uploads/images. - Attachment uploads location:
<bookstack_install_dir>/storage/uploads/files. But Railway only supports attaching one at the time, so this templates uses STORAGE_IMAGE_TYPE=s3 STORAGE_ATTACHMENT_TYPE=local_secure
But this is highly configurable.
You can really remove this services and Bookstack will continue functioning as well, I publish the template thinking it's easier removing than adding.
Status changed to Awaiting User Response Railway • 2 months ago
2 months ago
This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!
Status changed to Solved Railway • about 2 months ago

