Skip to content

ikennaokpala/ghost-mailchannels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ghost Mailchannels Custom Image

This directory contains the build files for the custom Ghost Docker image with Mailchannels integration.

Files

  • Dockerfile - Custom Ghost image definition
  • mailchannels-service.js - Mailchannels API service
  • patch-ghostmailer.py - Python script to patch GhostMailer

Building

# Build the image
docker build -t ghost-mailchannels:latest .

# Import to k3s
docker save ghost-mailchannels:latest | ctr -n k8s.io images import -

Updating

When updating Ghost version:

  1. Update FROM ghost:5-alpine in Dockerfile to new version
  2. Rebuild image
  3. Import to k3s
  4. Restart Ghost pods

Current Version

  • Base Image: ghost:5-alpine
  • Built: $(date)
  • Status: Production

About

This directory contains the build files for the custom Ghost Docker image with Mailchannels integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors