Skip to content

inem/docker-egeya

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-egeya

Dockerized Egeya blogging engine

docker-compose up and you up and running with PHP-FPM + NGINX + Egeya in separate data container

Continue setup with following credentials:

MySQL host: db
MySQL user: egeya
MySQL password: nexus

Point your browser to Nginx container ip:port, set your password on first install page and go!

Egeya app volume is located in /egeya folder of data container

It's also adopted for use with nginx-proxy container. Use option in docker-compose.yml with nginx-proxy container. Read this post.

...
  environment:
    - VURTUAL_HOST=myhost.com
...
nginx:
  image: jwilder/nginx-proxy
  ports:
    - "80:80"
  volumes:
    - /var/run/docker.sock:/tmp/docker.sock:ro
  restart: always

About

Dockerized Egeya blogging enging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nginx 96.0%
  • Shell 4.0%