Finished moodle adaptation to new structure

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-17 09:18:24 +02:00
parent 90bc52632e
commit 8cda54c46e
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
2 changed files with 4 additions and 6 deletions

View File

@ -2,7 +2,7 @@ site_titel: "Academy on {{primary_domain}}"
features:
matomo: true
css: false
port-ui-desktop: true
port-ui-desktop: true
central_database: true
oidc: true
csp:
@ -33,8 +33,6 @@ docker:
image: bitnami/moodle
name: moodle
volumes:
data:
name: moodle_data
code:
name: moodle_code
data: moodle_data
code: moodle_code

View File

@ -2,7 +2,7 @@
moodle:
{% set container_port = 8080 %}
moodle_container: {{ moodle_container }}
container_name: {{ moodle_container }}
build:
context: .
dockerfile: Dockerfile