mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
cleanup
This commit is contained in:
@ -14,7 +14,7 @@ services:
|
||||
tty: true
|
||||
networks:
|
||||
- tanner_local
|
||||
image: "dtagdevsec/redis:1811"
|
||||
image: "dtagdevsec/redis:1903"
|
||||
read_only: true
|
||||
|
||||
# PHP Sandbox service
|
||||
@ -26,7 +26,7 @@ services:
|
||||
tty: true
|
||||
networks:
|
||||
- tanner_local
|
||||
image: "dtagdevsec/phpox:1811"
|
||||
image: "dtagdevsec/phpox:1903"
|
||||
read_only: true
|
||||
|
||||
# Tanner API Service
|
||||
@ -40,7 +40,7 @@ services:
|
||||
tty: true
|
||||
networks:
|
||||
- tanner_local
|
||||
image: "dtagdevsec/tanner:1811"
|
||||
image: "dtagdevsec/tanner:1903"
|
||||
read_only: true
|
||||
volumes:
|
||||
- /data/tanner/log:/var/log/tanner
|
||||
@ -59,7 +59,7 @@ services:
|
||||
tty: true
|
||||
networks:
|
||||
- tanner_local
|
||||
image: "dtagdevsec/tanner:1811"
|
||||
image: "dtagdevsec/tanner:1903"
|
||||
command: tannerweb
|
||||
read_only: true
|
||||
volumes:
|
||||
@ -78,7 +78,7 @@ services:
|
||||
tty: true
|
||||
networks:
|
||||
- tanner_local
|
||||
image: "dtagdevsec/tanner:1811"
|
||||
image: "dtagdevsec/tanner:1903"
|
||||
command: tanner
|
||||
read_only: true
|
||||
volumes:
|
||||
@ -100,6 +100,6 @@ services:
|
||||
- tanner_local
|
||||
ports:
|
||||
- "80:80"
|
||||
image: "dtagdevsec/snare:1811"
|
||||
image: "dtagdevsec/snare:1903"
|
||||
depends_on:
|
||||
- tanner
|
||||
|
Reference in New Issue
Block a user