From 8285657e5d4e4713119f1393c55413eaa38fad09 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Fri, 1 Oct 2021 16:26:18 +0000 Subject: [PATCH] remove snare, tanner from nextgen --- etc/compose/nextgen.yml | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/etc/compose/nextgen.yml b/etc/compose/nextgen.yml index afc33e1d..37929a7e 100644 --- a/etc/compose/nextgen.yml +++ b/etc/compose/nextgen.yml @@ -418,44 +418,6 @@ services: volumes: - /data/redishoneypot/log:/var/log/redishoneypot -#### Snare / Tanner -## Tanner Redis Service - tanner_redis: - container_name: tanner_redis - restart: always - tty: true - networks: - - tanner_local - image: "dtagdevsec/redis:2006" - read_only: true - -## PHP Sandbox service - tanner_phpox: - container_name: tanner_phpox - restart: always - tty: true - networks: - - tanner_local - image: "dtagdevsec/phpox:2006" - read_only: true - -## Tanner API Service - tanner_api: - container_name: tanner_api - restart: always - tmpfs: - - /tmp/tanner:uid=2000,gid=2000 - tty: true - networks: - - tanner_local - image: "dtagdevsec/tanner:2006" - read_only: true - volumes: - - /data/tanner/log:/var/log/tanner - command: tannerapi - depends_on: - - tanner_redis - # Hellpot service hellpot: container_name: hellpot