Skip to content

radioberry/docker-moodle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-moodle

GitHub release Build Status

Description

Moodle - the world's open source learning platform

Configuration of docker-compose:

  • https-portal
  • moodle
  • mysql

Demo

Usage

FULL

docker-compose up -d

You can visit the following URL in a browser to get started:

https://moodle.example.com

Combined with other domains

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}

Install

FULL

git clone https://github.com/radioberry/docker-moodle.git
cd docker-moodle
docker-compose build

Combined with other domains

git clone https://github.com/radioberry/docker-moodle.git
cd docker-moodle
docker-compose build moodle moodle_db

Deploy

cd docker-moodle
emacs Dockerfile
~
docker-compose stop
docker-compose up -d

Licence

MIT License

Author

tcnksm

About

dockerize moodle(nginx,SSL,Moodle,MYSQL)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published