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

Updated config

parent 8424836d
Pipeline #10528 passed with stage
Showing with 9 additions and 7 deletions
+9 -7
version: '2' version: '2'
services:
services: services:
mariadb-dtt: mariadb-dtt:
container_name: moodledb-dtt container_name: moodledb-dtt
...@@ -13,9 +12,10 @@ services: ...@@ -13,9 +12,10 @@ services:
- MARIADB_COLLATE=utf8mb4_unicode_ci - MARIADB_COLLATE=utf8mb4_unicode_ci
volumes: volumes:
- 'mariadb_data_dtt:/bitnami/mariadb' - 'mariadb_data_dtt:/bitnami/mariadb'
moodle-dtt: moodle-dtt:
container_name: moodle-dtt container_name: moodle-dtt
image: docker.io/bitnami/moodle:4.3 image: docker.io/bitnami/moodle:4.4
ports: ports:
- '81:8080' - '81:8080'
- '444:8443' - '444:8443'
...@@ -31,16 +31,18 @@ services: ...@@ -31,16 +31,18 @@ services:
- 'moodledata_data_dtt:/bitnami/moodledata' - 'moodledata_data_dtt:/bitnami/moodledata'
depends_on: depends_on:
- mariadb-dtt - mariadb-dtt
backend: backend:
container_name: backendcomposedtt container_name: cota-backend
image: hftstuttgart/dta-backend:latest image: cota-backend:flexmounts
user: "${UID}:${GID}" user: "${UID}:${GID}"
environment: environment:
- HOST_TEST_DIR=/tmp/cota-tests - HOST_TEST_DIR=/tmp/cota-tests
- CONTAINER_TEST_DIR=/tmp/cota-tests - CONTAINER_TEST_DIR=/tmp/cota-tests
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- '${HOST_TEST_DIR}:${CONTAINER_TEST_DIR}' - "${HOST_TEST_DIR}:${CONTAINER_TEST_DIR}"
volumes: volumes:
mariadb_data_dtt: mariadb_data_dtt:
driver: local 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