Commit 5c0e9f9c authored by mamunozgil's avatar mamunozgil
Browse files

Update to bitnami/moodle 4.4

No related merge requests found
Pipeline #10352 passed with stage
Showing with 17 additions and 15 deletions
+17 -15
version: '2' version: '2'
services: services:
services: mariadb-cota:
mariadb-dtt: container_name: moodledb-cota
container_name: moodledb-dtt
image: docker.io/bitnami/mariadb:11.1 image: docker.io/bitnami/mariadb:11.1
environment: environment:
# ALLOW_EMPTY_PASSWORD is recommended only for development. # ALLOW_EMPTY_PASSWORD is recommended only for development.
...@@ -12,36 +11,39 @@ services: ...@@ -12,36 +11,39 @@ services:
- MARIADB_CHARACTER_SET=utf8mb4 - MARIADB_CHARACTER_SET=utf8mb4
- MARIADB_COLLATE=utf8mb4_unicode_ci - MARIADB_COLLATE=utf8mb4_unicode_ci
volumes: volumes:
- 'mariadb_data_dtt:/bitnami/mariadb' - 'mariadb_data_cota:/bitnami/mariadb'
moodle-dtt:
container_name: moodle-dtt moodle-cota:
image: docker.io/bitnami/moodle:4.3 container_name: moodle-cota
image: docker.io/bitnami/moodle:4.4
ports: ports:
- '81:8080' - '81:8080'
- '444:8443' - '444:8443'
environment: environment:
- MOODLE_DATABASE_HOST=mariadb-dtt - MOODLE_DATABASE_HOST=mariadb-cota
- MOODLE_DATABASE_PORT_NUMBER=3306 - MOODLE_DATABASE_PORT_NUMBER=3306
- MOODLE_DATABASE_USER=bn_moodle - MOODLE_DATABASE_USER=bn_moodle
- MOODLE_DATABASE_NAME=bitnami_moodle - MOODLE_DATABASE_NAME=bitnami_moodle
# ALLOW_EMPTY_PASSWORD is recommended only for development. # ALLOW_EMPTY_PASSWORD is recommended only for development.
- ALLOW_EMPTY_PASSWORD=yes - ALLOW_EMPTY_PASSWORD=yes
volumes: volumes:
- 'moodle_data_dtt:/bitnami/moodle' - 'moodle_data_cota:/bitnami/moodle'
- 'moodledata_data_dtt:/bitnami/moodledata' - 'moodledata_data_cota:/bitnami/moodledata'
depends_on: depends_on:
- mariadb-dtt - mariadb-cota
backend: backend:
container_name: backendcomposedtt container_name: backendcomposecota
image: hftstuttgart/dta-backend:latest image: hftstuttgart/dta-backend:latest
user: "${UID}:${GID}" user: "${UID}:${GID}"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- '/tmp/dta-tests:/tmp/dta-tests' - '/tmp/dta-tests:/tmp/dta-tests'
volumes: volumes:
mariadb_data_dtt: mariadb_data_cota:
driver: local driver: local
moodle_data_dtt: moodle_data_cota:
driver: local driver: local
moodledata_data_dtt: moodledata_data_cota:
driver: local driver: local
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