Skip to content
Dockerized Egeya blogging enging
Branch: master
Clone or download
Pull request Compare This branch is even with mprokopov:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
data
docs
.gitignore
Dockerfile
README.md
docker-compose.yml

README.md

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.

You can’t perform that action at this time.