Moodle - the world's open source learning platform
Configuration of docker-compose:
- https-portal
- moodle
- mysql
docker-compose up -d
You can visit the following URL in a browser to get started:
docker-compose up -d moodle moodle_db
or Comment out docker-compose.yml's https-portal.
# https-portal:
# image: steveltn/https-portal:latest
# ports:
# - '80:80'
# - '443:443'
# links:
# - moodle
# - moodle_db
# restart: always
AWS Route53>Cloudfront>EC2(docker):
https://{AWSRoute53}
git clone https://github.com/radioberry/docker-moodle.git
cd docker-moodle
docker-compose build
git clone https://github.com/radioberry/docker-moodle.git
cd docker-moodle
docker-compose build moodle moodle_db
cd docker-moodle
emacs Dockerfile
~
docker-compose stop
docker-compose up -d