nitrok / docker-egeya

Dockerized Egeya blogging enging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-aegea

Dockerized Aegea blog engine: RU or EN.

This container plays nicely with https://github.com/jwilder/nginx-proxy nginx docker container.

Build

Change VERSION in docker-compose.yml to build new Aegea blog engine version and run

docker-compose build

You can skip build process and use instead

docker-compose pull

Usage

docker-compose up -d

Open http://localhost in browser and proceed with instructions. Use root as username, egeya as database name and password.

Aegeya installation screenshot

This docker-compose.yml stores mysql database in persistent volume ./data/mysql, and blog settings stored in

  • ./data/pictures
  • ./data/themes
  • ./data/user

to survive blog data between container recreation.

About

Dockerized Egeya blogging enging


Languages

Language:CSS 91.5%Language:PHP 7.8%Language:Dockerfile 0.7%