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
-
Install Docker Engine and Docker Compose
-
Clone this repository recursively`
$ git clone --recursive https://github.com/yukiisbored/moonmoon-compose
-
Customize the
config.yml
andpeople.opml
files -
Build and start the containers (Make sure you're inside the repository
cd moonmoon-compose
)$ docker-compose up
-
Open
http://127.0.0.1:8080
on your web browser
Licensed under Do What The Fuck You Want Public License version 2