Compare commits

..

2 commits

Author SHA1 Message Date
dz
9857363c90
Merge cbcf7871ec into 7a4c4bc997 2025-12-20 09:30:06 +01:00
t3chn0m4g3
7a4c4bc997 prepare for t-pot-attack-map 3.0.0 2025-12-18 12:26:38 +01:00
2 changed files with 6 additions and 5 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.23
#
# Install packages
RUN apk --no-cache -U upgrade && \
@ -14,8 +14,9 @@ RUN apk --no-cache -U upgrade && \
# Install from GitHub and setup
mkdir -p /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 && \
mv DataServer.py DataServer_v2.py && \
pip3 install --break-system-packages --upgrade pip && \
pip3 install --break-system-packages -r requirements.txt && \
setcap cap_net_bind_service=+ep $(readlink -f $(type -P python3)) && \

View file

@ -9,7 +9,7 @@ services:
restart: always
stop_signal: SIGKILL
tty: true
image: "dtagdevsec/redis:24.04"
image: "ghcr.io/telekom-security/redis:24.04.1"
read_only: true
# Map Web Service
@ -23,7 +23,7 @@ services:
tty: true
ports:
- "127.0.0.1:64299:64299"
image: "dtagdevsec/map:24.04"
image: "ghcr.io/telekom-security/map:24.04.1"
depends_on:
- map_redis
@ -37,6 +37,6 @@ services:
# - TZ=${TPOT_ATTACKMAP_TEXT_TIMEZONE}
stop_signal: SIGKILL
tty: true
image: "dtagdevsec/map:24.04"
image: "ghcr.io/telekom-security/map:24.04.1"
depends_on:
- map_redis