Skip to content

yukiisbored/moonmoon-compose

Repository files navigation

Docker compose setup for moonmoon

This is a docker-compose setup for moonmoon, the image uses php:apache.

Moonmoon's installation and admin page are removed, configurations are done via the people.opml and config.yml file.

A cron daemon with a crontab is setup to refresh the feeds every 30 mins, you can modify it via the crontab file.

You can modify the port it uses via the docker-compose.yml file

How-to

  1. Install Docker Engine and Docker Compose

  2. Clone this repository recursively`

     $ git clone --recursive https://github.com/yukiisbored/moonmoon-compose
    
  3. Customize the config.yml and people.opml files

  4. Build and start the containers (Make sure you're inside the repository cd moonmoon-compose)

     $ docker-compose up
    
  5. Open http://127.0.0.1:8080 on your web browser

License

Licensed under Do What The Fuck You Want Public License version 2

About

Docker compose setup for moonmoon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published