Quarks Java 17 builds but doesn’t deploy
gus-skywalker
HOBBYOP

2 years ago

Hi,
I am trying to make a quarkus project run in your platform. Unfortunately there is no much documentation on this, neither in Railway or the internet.

I wonder if you have some tips for make this work? After some effort I had to comment the “*” in .dockerigbore to make the building. When it gets to deploy the container dies.
I just can imagine it is requiring the docker access to other instances as from database Postgres and redid.
Or it is not running through the appropriately docker configuration.

Any help from the team would be great.

Ps: The container-image-jib was removed and I put the variable point to quarkus Dockerfile.jvm.

1f9a8e6e-b011-4495-b57d-295945ea8f94: digest: sha256:481ceb3ea945fe5b7bcd9ca350b517d2788913d4b53de2b2ecfb43424fcf654c size: 1582

Publish time: 19.35 seconds

=========================

Container failed to start

=========================

Failed to start deployment.

If this error persists, please reach out to the Railway team at https://help.railway.app.

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

1 Replies

zed077
PRO

a year ago

Thanks for the above that was very helpful, I wouldn't have found the * in the dockerignore file. If that is of any help, I got it to work using a custom start command: "java -jar target/quarkus-app/quarkus-run.jar".


Loading...