https://github.com/yukiisbored/planetplanet-docker
Docker Image / Compose setup for planetplanet
https://github.com/yukiisbored/planetplanet-docker
docker docker-compose planetplanet
Last synced: about 1 month ago
JSON representation
Docker Image / Compose setup for planetplanet
- Host: GitHub
- URL: https://github.com/yukiisbored/planetplanet-docker
- Owner: yukiisbored
- License: wtfpl
- Created: 2017-02-03T15:47:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T05:03:11.000Z (over 8 years ago)
- Last Synced: 2025-03-27T01:51:34.739Z (about 2 months ago)
- Topics: docker, docker-compose, planetplanet
- Language: Shell
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# planetplanet Docker Image
This is a docker image for planetplanet. This image is created to make deployment
of planetplanet easier. This image also contains `lighttpd` as the web server,
because planetplanet it self is a static page generator.A cron daemon with a crontab has been setup to update the pages every 30 mins
## How to use?
### With Docker Compose
If you want to use Docker Compose, just modify the included example configuration
and templates located inside the `myplanet` folder and start it by running:`docker-compose up -d`
### Without Docker Compose
If you don't have Docker compose, your planet folder containing the templates and
config as a volume, like this:`docker run -d --volume=:/planetplanet/myplanet yukiisbored/planetplanet`