├── Dockerfile ├── README.md ├── foreground.sh ├── start.sh └── supervisord.conf /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergiogomez/docker-moodle/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergiogomez/docker-moodle/HEAD/README.md -------------------------------------------------------------------------------- /foreground.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergiogomez/docker-moodle/HEAD/foreground.sh -------------------------------------------------------------------------------- /start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergiogomez/docker-moodle/HEAD/start.sh -------------------------------------------------------------------------------- /supervisord.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergiogomez/docker-moodle/HEAD/supervisord.conf --------------------------------------------------------------------------------