Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
examples
cota-runner-jdk21-junit5
Commits
01fa89a6
Commit
01fa89a6
authored
4 months ago
by
mamunozgil
Browse files
Options
Download
Email Patches
Plain Diff
Include flexible mounts env variables and volume
parent
c87aae96
No related merge requests found
Pipeline
#10399
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yaml
+4
-1
docker-compose.yaml
with
4 additions
and
1 deletion
+4
-1
docker-compose.yaml
+
4
-
1
View file @
01fa89a6
...
@@ -35,9 +35,12 @@ services:
...
@@ -35,9 +35,12 @@ services:
container_name
:
backendcomposedtt
container_name
:
backendcomposedtt
image
:
hftstuttgart/dta-backend:latest
image
:
hftstuttgart/dta-backend:latest
user
:
"
${UID}:${GID}"
user
:
"
${UID}:${GID}"
environment
:
-
HOST_TEST_DIR=/tmp/dta-tests
-
CONTAINER_TEST_DIR=/tmp/dta-tests
volumes
:
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
-
/var/run/docker.sock:/var/run/docker.sock
-
'
/tmp/dta-tests:/tmp/dta-tests
'
-
'
${HOST_TEST_DIR}:${CONTAINER_TEST_DIR}
'
volumes
:
volumes
:
mariadb_data_dtt
:
mariadb_data_dtt
:
driver
:
local
driver
:
local
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets