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
- Host: GitHub
- URL: https://github.com/fs1n/moodle-dockerized
- Owner: fs1n
- License: apache-2.0
- Created: 2024-06-20T07:38:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-06T16:40:12.000Z (9 months ago)
- Last Synced: 2025-10-06T17:33:57.820Z (9 months ago)
- Topics: docker, docker-compose, docker-image, learning, lms, moodle, moodle-local
- Language: Shell
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Moodle-Dockerized
[](https://github.com/fs1n/Moodle-Dockerized/actions/workflows/scheduled-version-check.yml)
[](https://github.com/fs1n/Moodle-Dockerized/actions/workflows/test-and-update.yml)
[](https://www.php.net/)
[](https://moodle.org/)
[](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).