Setting a start command for a Docker service
I'm trying to set up SurrealDB, which requires using
surreal start <database path>
as a start command. The problem is, it's now stuck in "Deploying".
Project ID: ab2b3cb5-9d04-4621-80ad-fd4850d3850d14 Replies
Project ID:
ab2b3cb5-9d04-4621-80ad-fd4850d3850d
Ah, lovely:
more info please, are you building from a dockerfile, a docker image?
docker image
and you've set the start command in the service settings?
yep
whats the full start command that youve set?
surreal start file:/data/surreal.db
just like the Surreal docs sayWelp all looks good to me
ping the applicable person
I think that's @jr ?
Thats an error we get if the start command is invalid for that docker image
(working on improving the error this week)
A
Dockerfile
I have working for Surreal is
Would the endpoint for this be https://domain.app:8080 ? Using this dockerfile my surrealdb server still seems to be served on a different port
you can only access railway services over https on port 443
Ah much appreciated, cheers