bartt / ghost

Docker Alpine Image packaging for Ghost with a SMTP mailer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ghost

Docker Alpine Image packaging for Ghost with a SMTP mailer & S3 storage adapter. This Docker image replaces Ghost's local storage with an adapter to an external S3 server.

SMTP

Adds SMTP settings for Ghost to the production configuration for the ghost:alpine Docker image.

Build your own image with your personal SMTP settings like so after cloning this repo

docker build --build-arg SMTP_AUTH_USER=noreply@example.com --build-arg SMTP_AUTH_PASS=s3cr3t -t example/ghost:alpine .

Then spin up a container with this image, log into the Ghost. Go to the Labs section and send yourself a test email.

S3

Adds S3 storage adapter setting for Ghost to the production configuration for the ghost:alpine Docker image.

Build your own image with your personal S3 storage settings like so after cloning this repo

docker build --build-arg GHOST_STORAGE_ADAPTER_S3_ENDPOINT=https://s3.us-west-1.wasabisys.com --build-arg AWS_ACCESS_KEY_ID=me --build-arg AWS_SECRET_ACCESS_KEY=s3cr3t -t example/ghost:alpine .

About

Docker Alpine Image packaging for Ghost with a SMTP mailer

License:MIT License


Languages

Language:Dockerfile 87.9%Language:Nix 12.1%