Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
examples
cota-runner-jdk21-junit5
Commits
5c0e9f9c
Commit
5c0e9f9c
authored
Nov 18, 2024
by
mamunozgil
Browse files
Update to bitnami/moodle 4.4
parent
aae870e0
Pipeline
#10352
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yaml
View file @
5c0e9f9c
version
:
'
2'
services
:
services
:
mariadb-dtt
:
container_name
:
moodledb-dtt
mariadb-cota
:
container_name
:
moodledb-cota
image
:
docker.io/bitnami/mariadb:11.1
environment
:
# ALLOW_EMPTY_PASSWORD is recommended only for development.
...
...
@@ -12,36 +11,39 @@ services:
-
MARIADB_CHARACTER_SET=utf8mb4
-
MARIADB_COLLATE=utf8mb4_unicode_ci
volumes
:
-
'
mariadb_data_dtt:/bitnami/mariadb'
moodle-dtt
:
container_name
:
moodle-dtt
image
:
docker.io/bitnami/moodle:4.3
-
'
mariadb_data_cota:/bitnami/mariadb'
moodle-cota
:
container_name
:
moodle-cota
image
:
docker.io/bitnami/moodle:4.4
ports
:
-
'
81:8080'
-
'
444:8443'
environment
:
-
MOODLE_DATABASE_HOST=mariadb-
dtt
-
MOODLE_DATABASE_HOST=mariadb-
cota
-
MOODLE_DATABASE_PORT_NUMBER=3306
-
MOODLE_DATABASE_USER=bn_moodle
-
MOODLE_DATABASE_NAME=bitnami_moodle
# ALLOW_EMPTY_PASSWORD is recommended only for development.
-
ALLOW_EMPTY_PASSWORD=yes
volumes
:
-
'
moodle_data_
dtt
:/bitnami/moodle'
-
'
moodledata_data_
dtt
:/bitnami/moodledata'
-
'
moodle_data_
cota
:/bitnami/moodle'
-
'
moodledata_data_
cota
:/bitnami/moodledata'
depends_on
:
-
mariadb-dtt
-
mariadb-cota
backend
:
container_name
:
backendcompose
dtt
container_name
:
backendcompose
cota
image
:
hftstuttgart/dta-backend:latest
user
:
"
${UID}:${GID}"
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
-
'
/tmp/dta-tests:/tmp/dta-tests'
volumes
:
mariadb_data_
dtt
:
mariadb_data_
cota
:
driver
:
local
moodle_data_
dtt
:
moodle_data_
cota
:
driver
:
local
moodledata_data_
dtt
:
moodledata_data_
cota
:
driver
:
local
mamunozgil
@miguel.munoz-gil
mentioned in commit
c87aae96
·
Nov 19, 2024
mentioned in commit
c87aae96
mentioned in commit c87aae960f77a7282bd3ac46f15c04c5b256b2b6
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment