mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
update tags / version to 2204, tweaking README
This commit is contained in:
@ -16,7 +16,7 @@ services:
|
||||
# cpus: 0.25
|
||||
networks:
|
||||
- tanner_local
|
||||
image: "dtagdevsec/redis:2203"
|
||||
image: "dtagdevsec/redis:2204"
|
||||
read_only: true
|
||||
|
||||
# PHP Sandbox service
|
||||
@ -32,7 +32,7 @@ services:
|
||||
# cpus: 0.25
|
||||
networks:
|
||||
- tanner_local
|
||||
image: "dtagdevsec/phpox:2203"
|
||||
image: "dtagdevsec/phpox:2204"
|
||||
read_only: true
|
||||
|
||||
# Tanner API Service
|
||||
@ -48,7 +48,7 @@ services:
|
||||
# cpus: 0.25
|
||||
networks:
|
||||
- tanner_local
|
||||
image: "dtagdevsec/tanner:2203"
|
||||
image: "dtagdevsec/tanner:2204"
|
||||
read_only: true
|
||||
volumes:
|
||||
- /data/tanner/log:/var/log/tanner
|
||||
@ -69,7 +69,7 @@ services:
|
||||
# - tanner_local
|
||||
# ports:
|
||||
# - "127.0.0.1:8091:8091"
|
||||
# image: "dtagdevsec/tanner:2203"
|
||||
# image: "dtagdevsec/tanner:2204"
|
||||
# command: tannerweb
|
||||
# read_only: true
|
||||
# volumes:
|
||||
@ -90,7 +90,7 @@ services:
|
||||
# cpus: 0.25
|
||||
networks:
|
||||
- tanner_local
|
||||
image: "dtagdevsec/tanner:2203"
|
||||
image: "dtagdevsec/tanner:2204"
|
||||
command: tanner
|
||||
read_only: true
|
||||
volumes:
|
||||
@ -114,6 +114,6 @@ services:
|
||||
- tanner_local
|
||||
ports:
|
||||
- "80:80"
|
||||
image: "dtagdevsec/snare:2203"
|
||||
image: "dtagdevsec/snare:2204"
|
||||
depends_on:
|
||||
- tanner
|
||||
|
Reference in New Issue
Block a user