Help for deploying public docker images
Looking to set up a bursty web application with railway, current idea is to deploy my services from a mono-repo using multiple
RAILWAY_DOCKERFILE_PATH =
pointing to my various service dockerfiles, however some of the containers that I'm running are publicly available images (traefik
being one example, possibly nginx
, rabbitmq
, etc.) So far I haven't found documentation for deploying just a stock docker image and running it, any guidance?Solution:Jump to solution
I suppose I can workaround by just creating empty dockerfiles in my repo that extend the images I plan to run, but I was hoping there was a better solution
5 Replies
Project ID:
N/A
N/A
Solution
I suppose I can workaround by just creating empty dockerfiles in my repo that extend the images I plan to run, but I was hoping there was a better solution
this is the solution, can't run images directly at the moment
alright, ty