Skip to content

Commit d85a5ed

Browse files
committed
fix system tests
1 parent 5ce27a6 commit d85a5ed

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

packages/wiz/_dev/deploy/docker/docker-compose.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ services:
2626
- http-server
2727
- --addr=:8090
2828
- --config=/files/config-cloud_configuration_finding.yml
29-
wiz-cloud_configuration_finding_full_posture:
30-
image: docker.elastic.co/observability/stream:v0.15.0
31-
hostname: wiz-cloud_configuration_finding_full_posture
32-
ports:
33-
- 8090
34-
volumes:
35-
- ./files:/files:ro
36-
environment:
37-
PORT: '8090'
38-
command:
39-
- http-server
40-
- --addr=:8090
41-
- --config=/files/config-cloud_configuration_finding_full_posture.yml
29+
wiz-cloud_configuration_finding_full_posture:
30+
image: docker.elastic.co/observability/stream:v0.15.0
31+
hostname: wiz-cloud_configuration_finding_full_posture
32+
ports:
33+
- 8090
34+
volumes:
35+
- ./files:/files:ro
36+
environment:
37+
PORT: '8090'
38+
command:
39+
- http-server
40+
- --addr=:8090
41+
- --config=/files/config-cloud_configuration_finding_full_posture.yml
4242
wiz-issue:
4343
image: docker.elastic.co/observability/stream:v0.15.0
4444
hostname: wiz-issue

0 commit comments

Comments
 (0)