mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 14:34:24 +02:00
Finished moodle adaptation to new structure
This commit is contained in:
parent
90bc52632e
commit
8cda54c46e
@ -2,7 +2,7 @@ site_titel: "Academy on {{primary_domain}}"
|
|||||||
features:
|
features:
|
||||||
matomo: true
|
matomo: true
|
||||||
css: false
|
css: false
|
||||||
port-ui-desktop: true
|
port-ui-desktop: true
|
||||||
central_database: true
|
central_database: true
|
||||||
oidc: true
|
oidc: true
|
||||||
csp:
|
csp:
|
||||||
@ -33,8 +33,6 @@ docker:
|
|||||||
image: bitnami/moodle
|
image: bitnami/moodle
|
||||||
name: moodle
|
name: moodle
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
data: moodle_data
|
||||||
name: moodle_data
|
code: moodle_code
|
||||||
code:
|
|
||||||
name: moodle_code
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
moodle:
|
moodle:
|
||||||
{% set container_port = 8080 %}
|
{% set container_port = 8080 %}
|
||||||
moodle_container: {{ moodle_container }}
|
container_name: {{ moodle_container }}
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user