Compare commits

..

1 commit

Author SHA1 Message Date
dz
895762540b
Merge cbcf7871ec into 25f06e1924 2025-12-12 09:33:46 +01:00
2 changed files with 5 additions and 6 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.23
FROM alpine:3.20
#
# Install packages
RUN apk --no-cache -U upgrade && \
@ -14,9 +14,8 @@ 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 3.0.0 && \
git clone https://github.com/t3chn0m4g3/t-pot-attack-map -b 2.2.7 && \
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: "ghcr.io/telekom-security/redis:24.04.1"
image: "dtagdevsec/redis:24.04"
read_only: true
# Map Web Service
@ -23,7 +23,7 @@ services:
tty: true
ports:
- "127.0.0.1:64299:64299"
image: "ghcr.io/telekom-security/map:24.04.1"
image: "dtagdevsec/map:24.04"
depends_on:
- map_redis
@ -37,6 +37,6 @@ services:
# - TZ=${TPOT_ATTACKMAP_TEXT_TIMEZONE}
stop_signal: SIGKILL
tty: true
image: "ghcr.io/telekom-security/map:24.04.1"
image: "dtagdevsec/map:24.04"
depends_on:
- map_redis