Skip to content

Commit

Permalink
Update compose-tests.yml (#183)
Browse files Browse the repository at this point in the history
* Update compose-tests.yml

Signed-off-by: NxPKG <iconmamundentist@gmail.com>

* Update compose.yml

Signed-off-by: NxPKG <iconmamundentist@gmail.com>

* Update compose-tests.yml

Signed-off-by: NxPKG <iconmamundentist@gmail.com>

* Update compose.yml

Signed-off-by: NxPKG <iconmamundentist@gmail.com>

* Update compose-tests.yml

Signed-off-by: NxPKG <iconmamundentist@gmail.com>

* Update compose.yml

Signed-off-by: NxPKG <iconmamundentist@gmail.com>

* Update compose.yml

Signed-off-by: NxPKG <iconmamundentist@gmail.com>

* Update compose-tests.yml

Signed-off-by: NxPKG <iconmamundentist@gmail.com>

* Update compose.yml

Signed-off-by: NxPKG <iconmamundentist@gmail.com>

---------

Signed-off-by: NxPKG <iconmamundentist@gmail.com>
  • Loading branch information
NxPKG authored Nov 29, 2024
1 parent e28c23c commit 90eee48
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 39 deletions.
2 changes: 0 additions & 2 deletions integrations/cyberchef/compose-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
cyberchef-server:
build:
Expand Down
2 changes: 0 additions & 2 deletions integrations/cyberchef/compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
cyberchef-server:
image: khulnasoft/threatmatrix_cyberchef:${REACT_APP_THREATMATRIX_VERSION}
Expand Down
6 changes: 0 additions & 6 deletions integrations/malware_tools_analyzers/compose-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# IMPORTANT: The version must match the version of docker-compose.yml
---
version: '3.8'

# All additional integrations should be added following this format only.

services:
malware_tools_analyzers:
build:
Expand Down
6 changes: 0 additions & 6 deletions integrations/malware_tools_analyzers/compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# IMPORTANT: The version must match the version of docker-compose.yml
---
version: "3.8"

# All additional integrations should be added following this format only.

services:
malware_tools_analyzers:
image: khulnasoft/threatmatrix_malware_tools_analyzers:${REACT_APP_THREATMATRIX_VERSION}
Expand Down
2 changes: 0 additions & 2 deletions integrations/pcap_analyzers/compose-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

services:
pcap_analyzers:
build:
Expand Down
6 changes: 0 additions & 6 deletions integrations/pcap_analyzers/compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# IMPORTANT: The version must match the version of docker-compose.yml
---
version: "3.8"

# All additional integrations should be added following this format only.

services:
pcap_analyzers:
image: khulnasoft/threatmatrix_pcap_analyzers:${REACT_APP_THREATMATRIX_VERSION}
Expand Down
4 changes: 1 addition & 3 deletions integrations/phoneinfoga/compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
phoneinfoga:
container_name: threatmatrix_phoneinfoga
Expand All @@ -13,4 +11,4 @@ services:
env_file:
- env_file_integrations
depends_on:
- uwsgi
- uwsgi
6 changes: 0 additions & 6 deletions integrations/tor_analyzers/compose-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# IMPORTANT: The version must match the version of docker-compose.yml
---
version: '3.8'

# All additional integrations should be added following this format only.

services:
tor_analyzers:
build:
Expand Down
6 changes: 0 additions & 6 deletions integrations/tor_analyzers/compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# IMPORTANT: The version must match the version of docker-compose.yml
---
version: '3.8'

# All additional integrations should be added following this format only.

services:
tor_analyzers:
image: khulnasoft/threatmatrix_tor_analyzers:${REACT_APP_THREATMATRIX_VERSION}
Expand Down

0 comments on commit 90eee48

Please sign in to comment.