We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc83825 commit d57913cCopy full SHA for d57913c
1 file changed
docker-compose.override.integration_tests.yml
@@ -1,12 +1,9 @@
1
---
2
services:
3
integration-tests:
4
- platform: linux/amd64
5
build:
6
context: ./
7
dockerfile: ${INTEGRATION_TESTS_DOCKERFILE:-Dockerfile.integration-tests-debian}
8
- platforms:
9
- - linux/amd64
10
image: "defectdojo/defectdojo-integration-tests:${INTEGRATION_TESTS_VERSION:-latest}"
11
depends_on:
12
- nginx
0 commit comments