mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-12-20 13:22:44 +00:00
prepare for t-pot-attack-map 3.0.0
This commit is contained in:
parent
25f06e1924
commit
7a4c4bc997
2 changed files with 6 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.20
|
FROM alpine:3.23
|
||||||
#
|
#
|
||||||
# Install packages
|
# Install packages
|
||||||
RUN apk --no-cache -U upgrade && \
|
RUN apk --no-cache -U upgrade && \
|
||||||
|
|
@ -14,8 +14,9 @@ RUN apk --no-cache -U upgrade && \
|
||||||
# Install from GitHub and setup
|
# Install from GitHub and setup
|
||||||
mkdir -p /opt && \
|
mkdir -p /opt && \
|
||||||
cd /opt/ && \
|
cd /opt/ && \
|
||||||
git clone https://github.com/t3chn0m4g3/t-pot-attack-map -b 2.2.7 && \
|
git clone https://github.com/t3chn0m4g3/t-pot-attack-map -b 3.0.0 && \
|
||||||
cd t-pot-attack-map && \
|
cd t-pot-attack-map && \
|
||||||
|
mv DataServer.py DataServer_v2.py && \
|
||||||
pip3 install --break-system-packages --upgrade pip && \
|
pip3 install --break-system-packages --upgrade pip && \
|
||||||
pip3 install --break-system-packages -r requirements.txt && \
|
pip3 install --break-system-packages -r requirements.txt && \
|
||||||
setcap cap_net_bind_service=+ep $(readlink -f $(type -P python3)) && \
|
setcap cap_net_bind_service=+ep $(readlink -f $(type -P python3)) && \
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
stop_signal: SIGKILL
|
stop_signal: SIGKILL
|
||||||
tty: true
|
tty: true
|
||||||
image: "dtagdevsec/redis:24.04"
|
image: "ghcr.io/telekom-security/redis:24.04.1"
|
||||||
read_only: true
|
read_only: true
|
||||||
|
|
||||||
# Map Web Service
|
# Map Web Service
|
||||||
|
|
@ -23,7 +23,7 @@ services:
|
||||||
tty: true
|
tty: true
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:64299:64299"
|
- "127.0.0.1:64299:64299"
|
||||||
image: "dtagdevsec/map:24.04"
|
image: "ghcr.io/telekom-security/map:24.04.1"
|
||||||
depends_on:
|
depends_on:
|
||||||
- map_redis
|
- map_redis
|
||||||
|
|
||||||
|
|
@ -37,6 +37,6 @@ services:
|
||||||
# - TZ=${TPOT_ATTACKMAP_TEXT_TIMEZONE}
|
# - TZ=${TPOT_ATTACKMAP_TEXT_TIMEZONE}
|
||||||
stop_signal: SIGKILL
|
stop_signal: SIGKILL
|
||||||
tty: true
|
tty: true
|
||||||
image: "dtagdevsec/map:24.04"
|
image: "ghcr.io/telekom-security/map:24.04.1"
|
||||||
depends_on:
|
depends_on:
|
||||||
- map_redis
|
- map_redis
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue