Commit 3b0a8228 authored by mamunozgil's avatar mamunozgil
Browse files

Updated config

No related merge requests found
Pipeline #10528 passed with stage
Showing with 9 additions and 7 deletions
+9 -7
version: '2'
services:
services:
mariadb-dtt:
container_name: moodledb-dtt
......@@ -13,9 +12,10 @@ services:
- MARIADB_COLLATE=utf8mb4_unicode_ci
volumes:
- 'mariadb_data_dtt:/bitnami/mariadb'
moodle-dtt:
container_name: moodle-dtt
image: docker.io/bitnami/moodle:4.3
image: docker.io/bitnami/moodle:4.4
ports:
- '81:8080'
- '444:8443'
......@@ -31,16 +31,18 @@ services:
- 'moodledata_data_dtt:/bitnami/moodledata'
depends_on:
- mariadb-dtt
backend:
container_name: backendcomposedtt
image: hftstuttgart/dta-backend:latest
container_name: cota-backend
image: cota-backend:flexmounts
user: "${UID}:${GID}"
environment:
- HOST_TEST_DIR=/tmp/cota-tests
- CONTAINER_TEST_DIR=/tmp/cota-tests
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- '${HOST_TEST_DIR}:${CONTAINER_TEST_DIR}'
- "${HOST_TEST_DIR}:${CONTAINER_TEST_DIR}"
volumes:
mariadb_data_dtt:
driver: local
......
dta::https://transfer.hft-stuttgart.de/gitlab/dtt/example_openjdk11-junit5-calculator-submission.git::none::none::/
dta::https://transfer.hft-stuttgart.de/gitlab/cota/examples/cota-submission-calc-jdk.git::none::none::/
dta::https://transfer.hft-stuttgart.de/gitlab/dtt/example_openjdk11-junit5-calculator-test.git::none::none::/::dta-jdk21-junit5-testrunner:nov05
dta::https://transfer.hft-stuttgart.de/gitlab/cota/examples/cota-test-course-jdk.git::none::none::/topic02/exercise04::cota-jdk21-junit5-testrunner:latest
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment