An open API service indexing awesome lists of open source software.

https://github.com/fs1n/moodle-dockerized

Moodle Dockerized
https://github.com/fs1n/moodle-dockerized

docker docker-compose docker-image learning lms moodle moodle-local

Last synced: about 2 months ago
JSON representation

Moodle Dockerized

Awesome Lists containing this project

README

          

# Moodle-Dockerized

[![Scheduled Version Check](https://github.com/fs1n/Moodle-Dockerized/actions/workflows/scheduled-version-check.yml/badge.svg)](https://github.com/fs1n/Moodle-Dockerized/actions/workflows/scheduled-version-check.yml)
[![Test and Update Versions](https://github.com/fs1n/Moodle-Dockerized/actions/workflows/test-and-update.yml/badge.svg)](https://github.com/fs1n/Moodle-Dockerized/actions/workflows/test-and-update.yml)
[![PHP Version](https://img.shields.io/badge/PHP-8.3-blue.svg)](https://www.php.net/)
[![Moodle Version](https://img.shields.io/badge/Moodle-501-green.svg)](https://moodle.org/)
[![Database Support](https://img.shields.io/badge/Database-MySQL_8.0%2B%20%7C%20MariaDB_10.6%2B-orange.svg)](https://docs.moodle.org/)

This repository provides a ready-to-use Docker environment for running Moodle, the popular open-source learning management system. It includes all necessary configuration files and scripts to deploy Moodle with PHP, Nginx, and supporting services in containers.

## Features
- Quick and easy Moodle deployment using Docker
- Pre-configured PHP and Nginx setup
- Integrated cron job and Supervisor support
- Customizable configuration for all components

## Directory Structure
- `docker/` – Entrypoint scripts and Supervisor configuration
- `nginx/` – Nginx configuration for Moodle
- `php/` – PHP configuration for Moodle
- `cron/` – Cron job configuration
- `Dockerfile` – Docker build instructions

## Usage
1. Clone this repository:
```bash
git clone https://github.com/fs1n/Moodle-Dockerized.git
cd Moodle-Dockerized
```
2. Build and run the container:
```bash
docker build -t moodle-dockerized .
docker run -d -p 8080:80 moodle-dockerized
```
3. Access Moodle in your browser at [http://localhost:8080](http://localhost:8080).

## License
See [LICENSE](LICENSE).