9 months ago
I'm trying to host OpenReplay on Railway. I've tried to use the docker-compose they have provided with the railway docker compose drag and drop feature ( https://railway.com/changelog/2024-12-20-collapsed-groups#drag-n-drop-docker-compose-support ).
I'm getting the error Failed to Fetch. After inspecting the console, the request to Railway seems to be getting blocked by Cloudflare:
This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.Is it possible to use the docker-compose.yaml in Railway?
7 Replies
9 months ago
N/A
9 months ago
Hello,
You will need to deploy this all manually, we can't support that docker compose file because it uses volume mounts to map configuration files, something we don't support.
A GitHub repo will need to be set up in a monorepo fashion with custom Dockerfiles that copy the config files into the correct location.
9 months ago
Similar to what is done here -
Check out the Dockerfiles in the subfolders.
9 months ago
Okay! Thanks
9 months ago
I've bountied this thread so if you have any further questions, just ask and I'm sure the community will come to your aid!
9 months ago
Is it possible to share the docker-compose.yaml file that you are using?
9 months ago
I've shared the docker-compose.yaml in the first message