5 months ago
Project ID: 2a798494-6b4e-4735-b4af-be5c90037ebe
Eventual plan is to make a template, I'm trying to get it setup first.
Currently I've setup a postgres database which is connected using env variables as well as a volume mounted to /app/config.
a public endpoint has been created and points to the correct port. in logs, when accessing this endpoint it shows:
2025/01/21 22:48:07 [error] 37#37: *5 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 100.64.0.2, server: localhost, request: "GET / HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "bookstack-production.up.railway.app"
100.64.0.2 - - [21/Jan/2025:22:48:07 +0000] "GET / HTTP/1.1" 504 569 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36"
and just times out.
Here are the docs for the installation:
https://www.bookstackapp.com/docs/admin/installation/#manual-installation
0 Replies
5 months ago
Issues might be due to installation step 4:
Ensure the
storage
,bootstrap/cache
&public/uploads
folders are writable by the web server (More information here).
I only have the volume mapped to /app/config because it throws an error if i dont. Perhaps it needs to be mapped to /app/ and the folder created manually?
5 months ago
have you tried using the linuxserver image instead?
5 months ago
yes. didn't work. i got one of the alternative docker images running.
5 months ago
so you're good now?
5 months ago
!s
Status changed to Solved brody • 5 months ago