a month ago
my project is authentic-spirit
The images involved are odoo, nextcloud, mattermost, dolibarr, and others but those big four are most important. They were all runnin gfine onmy windows desktop but now I have already spent hurs trying to get them running on railway.
I amusing postgres sevice andmy PolySaaS application running django isworking fine.
I hav adminer and created the databases with sql comands in there.
Everything is contained in a github project PolySaaS
1 Replies
a month ago
Your Odoo service is failing with a permission denied error when trying to write to /var/lib/odoo/filestore, which is a common issue when Docker Hub images run as a non-root user on our platform. You need to add the service variable RAILWAY_RUN_UID=0 to Odoo (and likely Mattermost, Nextcloud, and other Docker Hub images that use non-root users) to resolve file permission issues, as documented in our volumes guide. These images also require a volume attached at their data directories (e.g., /var/lib/odoo for Odoo) to persist data between deployments. Your PolySaaS services are currently in a NEEDS_APPROVAL state, meaning they have staged changes that need to be confirmed before deploying.
Status changed to Awaiting User Response Railway • about 1 month ago
a month 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 1 month ago