mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
heralding, honeypots reduce build time, tweaking
This commit is contained in:
@ -17,11 +17,12 @@ RUN apk -U --no-cache add \
|
||||
py3-ipaddress \
|
||||
py3-lxml \
|
||||
py3-mysqlclient \
|
||||
py3-openssl \
|
||||
py3-requests \
|
||||
py3-pip \
|
||||
py3-setuptools && \
|
||||
pip3 install --upgrade pip && \
|
||||
pip3 install --no-cache-dir configparser hpfeeds3 influxdb influxdb-client pyOpenSSL xmljson && \
|
||||
pip3 install --no-cache-dir configparser hpfeeds3 influxdb influxdb-client xmljson && \
|
||||
#
|
||||
# Setup ewsposter
|
||||
git clone https://github.com/telekom-security/ewsposter /opt/ewsposter && \
|
||||
|
@ -10,8 +10,8 @@ services:
|
||||
build: .
|
||||
container_name: ewsposter
|
||||
restart: always
|
||||
cpu_count: 1
|
||||
cpus: 0.75
|
||||
# cpu_count: 1
|
||||
# cpus: 0.75
|
||||
networks:
|
||||
- ewsposter_local
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user