Hi there!
I am attempting to deploy my personal Ruby-on-Rails application to Koyeb, but it keeps failing.
I chose Koyeb for it’s native support for Dockerized applications, but I cannot get it working. I have tried:
- Deploying with Docker
- Deploying with Koyeb Docker Compose
- I have also tried both the Frankfurt and Washington regions
Unfortunately, there are no logs that I can see to help me diagnose the issue. All I see on the deployment logs are:
Instance created. Preparing to start...
Instance is starting. Propagating network configuration...
Application exited with code 13
Instance stopped
Instance created. Preparing to start...
Application exited with code 13
Instance stopped
I cannot find a reference to Error Code 13 anywhere either.
My latest deployment ID is 63174136-1fc5-42be-b0e6-c714a814a9a0
, in case that helps.
The repository for this is public on GitHub and the relevant code can be viewed on these 2 PRs:
- Docker setup: feat(docker): Dockerize app by UmarGhouse · Pull Request #2 · UmarGhouse/portfolio · GitHub
- Koyeb specific setup: chore(koyeb): Setup koyeb deployments by UmarGhouse · Pull Request #3 · UmarGhouse/portfolio · GitHub
Any ideas on why this happens?
Thanks!
Umar