mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-28 11:55:42 +00:00
ghost
Dockerfile
README.md
disqus.conf
isso.conf
prism.css.conf
prism.js.conf
prism_dark.css
prism_dark.js
prism_light.css
prism_light.js
run.sh
smtp.conf
isso
lutim
lychee
nodejs
owncloud
piwik
rainloop
reverse
rutorrent
searx
selfoss
subsonic
zerobin
LICENSE
24 lines
758 B
Markdown
24 lines
758 B
Markdown
## wonderfall/ghost
|
|
**SIZE = ±188MB**
|
|
|
|

|
|
|
|
#### What is this?
|
|
- A **simple** Ghost CMS build made for production.
|
|
- It is based on Alpine Linux so it's lightweight.
|
|
- It uses node.js 5.x (version check is disabled).
|
|
- Environment variables for basic flexibility.
|
|
|
|
#### Environment variables
|
|
- **SSL** : set to *True* if you use https on your blog.
|
|
- **DOMAIN** : your domain without http(s)://
|
|
- **GID** : ghost user id.
|
|
- **UID** : ghost group id.
|
|
- **CUSTOM_SMTP** : enable SMTP if set to *True*
|
|
- **SMTP_PORT**, **SMTP_USER**, **SMTP_HOST**
|
|
- **ENABLE_ISSO** : enable Isso support if set to *True*
|
|
- **ISSO_HOST**, **ISSO_AVATAR**, **ISSO_VOTE**
|
|
|
|
#### Volumes
|
|
- **/ghost/content** : contents of your blog, including themes
|