{"id":21081403,"url":"https://github.com/kazuhisya/moodle-docker","last_synced_at":"2026-05-09T01:38:04.051Z","repository":{"id":139557255,"uuid":"98612242","full_name":"kazuhisya/moodle-docker","owner":"kazuhisya","description":"Moodle container for use with a docker-compose.","archived":false,"fork":false,"pushed_at":"2017-07-28T10:31:19.000Z","size":11,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-20T23:29:31.670Z","etag":null,"topics":["docker","docker-compose","moodle"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kazuhisya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-28T05:36:19.000Z","updated_at":"2017-07-28T06:01:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"59d194b6-a61d-42a6-a9be-a399b27a21a1","html_url":"https://github.com/kazuhisya/moodle-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuhisya%2Fmoodle-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuhisya%2Fmoodle-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuhisya%2Fmoodle-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuhisya%2Fmoodle-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kazuhisya","download_url":"https://codeload.github.com/kazuhisya/moodle-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243526946,"owners_count":20305112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","moodle"],"created_at":"2024-11-19T20:09:00.383Z","updated_at":"2026-05-09T01:37:59.015Z","avatar_url":"https://github.com/kazuhisya.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# moodle docker\n\n[![Circle CI](https://circleci.com/gh/kazuhisya/moodle-docker/tree/master.svg?style=shield)](https://circleci.com/gh/kazuhisya/moodle-docker/tree/master)\n\nThis repository provides moodle environment for docker compose.\n\nThe container image is available in the [Docker Hub](https://hub.docker.com/r/kazuhisya/moodle/).\n\n## System Requirements\n\n- Docker Engine 1.10.0+\n- Docker Compose 1.6.0+\n\n## Get started\n\n\n```bash\n$ cd moodle-docker/\n```\n\nFirst, edit `MOODLE_URL` in your `docker-compose.yml`.\n\nlike this:\n\n```yaml\n~~ snip ~~\n    environment:\n      TZ: Asia/Tokyo\n      POSTGRES_HOST: moodle_db\n      POSTGRES_PORT: 5432\n      POSTGRES_DB: moodle\n      POSTGRES_USER: moodle\n      PGPASSWORD: moodle\n      MOODLE_URL: \"http://localhost:8080/moodle\" # edit this line!\n~~ snip ~~\n```\n\nUsually, `MOODLE_URL` sets FQDN of your Docker host.\n\nNext, you can `up` (launch).\n\n\n```bash\n$ docker-compose up -d\n$ docker-compose logs -f moodle  # and wait for the finish output...\n```\n\n```bash\n# Sample finish output\nmoodle_1     | インストールが正常に完了しました。\nmoodle_1     | Admin account: admin/admin\nmoodle_1     | first setup done.\n```\n\nAfter seeing the finish output, open `http://\u003cdocker host\u003e:\u003cport\u003e/` in your browser.\n\n\n## Build own container (optional)\n\nYou can use `docker-compose-local.yml`\n\n```bash\n$ docker-compose -f docker-compose-local.yml build\n$ docker-compose -f docker-compose-local.yml up -d\n$ docker-compose logs -f moodle  # and wait for the finish output...\n```\n\n\n## Disclaimer\n\nThis repository and all files that are included in this, there is no relationship at all with the upstream and vendor.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkazuhisya%2Fmoodle-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkazuhisya%2Fmoodle-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkazuhisya%2Fmoodle-docker/lists"}