Commit 09deadea authored by Abhishek's avatar Abhishek
Browse files

volume mount to dta_tests_data

parent af90953d
Pipeline #11805 passed with stage
in 7 minutes and 44 seconds
...@@ -40,7 +40,7 @@ services: ...@@ -40,7 +40,7 @@ services:
- "8081:8080" - "8081:8080"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- '/tmp/dta-tests:/tmp/dta-tests' - 'dta_tests_data:/tmp/dta-tests'
restart: unless-stopped restart: unless-stopped
# This service can be reached by the 'web' container at http://backend:[port] # This service can be reached by the 'web' container at http://backend:[port]
...@@ -58,3 +58,4 @@ services: ...@@ -58,3 +58,4 @@ services:
volumes: volumes:
db_data: db_data:
moodledata: moodledata:
dta_tests_data:
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