# documentation: https://moodle.org # slogan: Moodle is the world’s most customisable and trusted eLearning solution that empowers educators to improve our world. # category: cms # tags: moodle, elearning, education, lms, cms, open, source, low, code # logo: svgs/moodle.png # port: 8080 services: mariadb: image: mariadb:11.1 environment: - ALLOW_EMPTY_PASSWORD=no - MYSQL_ROOT_PASSWORD=$SERVICE_PASSWORD_ROOT - MYSQL_DATABASE=bitnami_moodle - MYSQL_USER=$SERVICE_USER_MARIADB - MYSQL_PASSWORD=$SERVICE_PASSWORD_MARIADB - MARIADB_CHARACTER_SET=utf8mb4 - MARIADB_COLLATE=utf8mb4_unicode_ci volumes: - mariadb-data:/var/lib/mysql healthcheck: test: - CMD-SHELL - bash -c '