#Deploying an image from Docker Hub
19 messages · Page 1 of 1 (latest)
you can define the build image in configuration file (https://nixpacks.com/docs/configuration/file#build-image) or you can simply use the docker file and use your image from Docker Hub as Base Image
App source + Nix packages + Docker = Image
I don't have any source code in this case. I want to deploy https://hub.docker.com/_/ghost.
Almost perfect, except here I'm forced to use Cloudinary and Mailgun. 😐
+1 as I wanted to do the same since Railway's ghost template is very outdated .
What would you prefer using instead?
It’d be great if you could contribute and bring it up-to-date.
S3 and SMTP
S3 should be very easy to set up using the adapter. Almost the same setup as Cloudinary.
Haven’t explored the smtp aspect.
Ahead of anything, thanks for the starter Faraz 🙏 . I've tried a few things as an attempt to update it, both going through the PRs that have been left in the repo for the Ghost starter as well as trying to create a new template with package.json holding updated versions. No luck though. Any pointers you would be able to share? Thanks in advance!
Interesting. I remember testing that open PR and running into an issue which was why I didn't merge it in the first place.
Let me see if I can take a look at upgrading the template this week. Is there anything in V5 that you'd need which makes you not deploy V4?
Many thanks Faraz, yes Ghost now has native comments 🙌🏼 really awesome when tied to membership. This comes post v5 and then all the bugs that came with it are being ironed out. They are now in v5.16. Thanks again
Oh wow. Yeah, native comments is big.
If possible, please map all the environment variables Ghost exposes in the template. Thanks in advance.
Is there a list of these?
Oops! I'm extremely sorry! All these times, I mixed up Ghost with Nextcloud. My bad.
However, I'll need both, if possible to deploy them on Railway.