Run Ghost on Diploi.
Uses the official ghost Docker image.
Includes custom storage adapters for Diploi. These save images, files and media to a storage volume that will persist between reboots.
This volume can be found at /data
on the Ghost app
container.
When running a development environment, Ghost will be run in development mode too. This will allow you to develop custom themes and plugins with ease.
To learn more about developing on Ghost, see the Developing Themes section of their docs.
The production image will be an optimized, minimal version with your custom code baked in. Depending on which features you have been working on, you might have to apply them in the Ghost Admin panel (like themes and plugins).