This directory contains the build files for the custom Ghost Docker image with Mailchannels integration.
Dockerfile- Custom Ghost image definitionmailchannels-service.js- Mailchannels API servicepatch-ghostmailer.py- Python script to patch GhostMailer
# Build the image
docker build -t ghost-mailchannels:latest .
# Import to k3s
docker save ghost-mailchannels:latest | ctr -n k8s.io images import -When updating Ghost version:
- Update
FROM ghost:5-alpinein Dockerfile to new version - Rebuild image
- Import to k3s
- Restart Ghost pods
- Base Image:
ghost:5-alpine - Built: $(date)
- Status: Production