Commit 849add7b authored by mamunozgil's avatar mamunozgil
Browse files

Add host volume

parent 1920d32e
No related merge requests found
Pipeline #10779 passed with stage
Showing with 3 additions and 0 deletions
+3 -0
......@@ -37,6 +37,7 @@ services:
user: "${UID}:${GID}"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- 'backend_dta_data: /dta-tests-assignments'
- '/tmp/dta-tests:/tmp/dta-tests'
volumes:
mariadb_data_dtt:
......@@ -45,3 +46,5 @@ volumes:
driver: local
moodledata_data_dtt:
driver: local
backend_dta_data:
driver: local
\ No newline at end of file
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