Remove deprecated version tag from docker compose files

Bump Elastic Stack to 8.13.4
This commit is contained in:
t3chn0m4g3 2024-06-19 16:10:03 +02:00
parent a1d72aa7bd
commit 8f3966a675
47 changed files with 13 additions and 92 deletions

View file

@ -157,7 +157,6 @@ def main():
remove_unused_networks(selected_services, services, networks) remove_unused_networks(selected_services, services, networks)
output_config = { output_config = {
'version': '3.9',
'networks': networks, 'networks': networks,
'services': selected_services, 'services': selected_services,
} }

View file

@ -1,6 +1,4 @@
# T-Pot: MAC_WIN # T-Pot: MAC_WIN
version: '3.9'
networks: networks:
tpotinit_local: tpotinit_local:
adbhoney_local: adbhoney_local:

View file

@ -1,6 +1,4 @@
# T-Pot: MINI # T-Pot: MINI
version: '3.9'
networks: networks:
adbhoney_local: adbhoney_local:
ciscoasa_local: ciscoasa_local:

View file

@ -3,8 +3,6 @@
# T-Pot on a Raspberry Pi 4 (8GB of RAM). # T-Pot on a Raspberry Pi 4 (8GB of RAM).
# The standard docker compose file should work mostly fine (depending on traffic) if you do not enable a # The standard docker compose file should work mostly fine (depending on traffic) if you do not enable a
# desktop environment such as LXDE and meet the minimum requirements of 8GB RAM. # desktop environment such as LXDE and meet the minimum requirements of 8GB RAM.
version: '3.9'
networks: networks:
ciscoasa_local: ciscoasa_local:
citrixhoneypot_local: citrixhoneypot_local:

View file

@ -1,6 +1,4 @@
# T-Pot: SENSOR # T-Pot: SENSOR
version: '3.9'
networks: networks:
adbhoney_local: adbhoney_local:
ciscoasa_local: ciscoasa_local:

View file

@ -1,6 +1,4 @@
# T-Pot: STANDARD # T-Pot: STANDARD
version: '3.9'
networks: networks:
adbhoney_local: adbhoney_local:
ciscoasa_local: ciscoasa_local:

View file

@ -1,6 +1,4 @@
# T-Pot: STANDARD # T-Pot: STANDARD
version: '3.9'
networks: networks:
adbhoney_local: adbhoney_local:
ciscoasa_local: ciscoasa_local:

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
adbhoney_local: adbhoney_local:

View file

@ -7,7 +7,8 @@ myPLATFORMS="linux/amd64,linux/arm64"
myHUBORG_DOCKER="dtagdevsec" myHUBORG_DOCKER="dtagdevsec"
myHUBORG_GITHUB="ghcr.io/telekom-security" myHUBORG_GITHUB="ghcr.io/telekom-security"
myTAG="24.04" myTAG="24.04"
myIMAGESBASE="tpotinit adbhoney ciscoasa citrixhoneypot conpot cowrie ddospot dicompot dionaea elasticpot endlessh ewsposter fatt glutton hellpot heralding honeypots honeytrap ipphoney log4pot mailoney medpot nginx p0f redishoneypot sentrypeer spiderfoot suricata wordpot" #myIMAGESBASE="tpotinit adbhoney ciscoasa citrixhoneypot conpot cowrie ddospot dicompot dionaea elasticpot endlessh ewsposter fatt glutton hellpot heralding honeypots honeytrap ipphoney log4pot mailoney medpot nginx p0f redishoneypot sentrypeer spiderfoot suricata wordpot"
myIMAGESBASE="tpotinit adbhoney ciscoasa citrixhoneypot conpot cowrie ddospot dicompot dionaea elasticpot endlessh ewsposter fatt hellpot heralding honeypots honeytrap ipphoney log4pot mailoney medpot nginx p0f redishoneypot sentrypeer spiderfoot suricata wordpot"
myIMAGESELK="elasticsearch kibana logstash map" myIMAGESELK="elasticsearch kibana logstash map"
myIMAGESTANNER="phpox redis snare tanner" myIMAGESTANNER="phpox redis snare tanner"
myBUILDERLOG="builder.log" myBUILDERLOG="builder.log"

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
ciscoasa_local: ciscoasa_local:

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
citrixhoneypot_local: citrixhoneypot_local:

View file

@ -1,6 +1,4 @@
# CONPOT TEMPLATE=[default, IEC104, guardian_ast, ipmi, kamstrup_382, proxy] # CONPOT TEMPLATE=[default, IEC104, guardian_ast, ipmi, kamstrup_382, proxy]
version: '2.3'
networks: networks:
conpot_local_default: conpot_local_default:
conpot_local_IEC104: conpot_local_IEC104:

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
cowrie_local: cowrie_local:

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
ddospot_local: ddospot_local:

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
dicompot_local: dicompot_local:

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
dionaea_local: dionaea_local:

View file

@ -1,6 +1,4 @@
# T-Pot Image Builder (use only for building docker images) # T-Pot Image Builder (use only for building docker images)
version: '2.3'
services: services:
################## ##################
@ -58,9 +56,9 @@ services:
image: "dtagdevsec/endlessh:24.04" image: "dtagdevsec/endlessh:24.04"
# Glutton service # Glutton service
glutton: # glutton:
build: glutton/. # build: glutton/.
image: "dtagdevsec/glutton:24.04" # image: "dtagdevsec/glutton:24.04"
# Hellpot service # Hellpot service
hellpot: hellpot:
@ -163,6 +161,11 @@ services:
#### Tools #### Tools
################## ##################
# T-Pot Init Service
tpotinit:
build: tpotinit/.
image: "dtagdevsec/tpotinit:24.04"
#### ELK #### ELK
## Elasticsearch service ## Elasticsearch service
elasticsearch: elasticsearch:

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
elasticpot_local: elasticpot_local:

View file

@ -1,5 +1,3 @@
version: '2.3'
services: services:
# ELK services # ELK services

View file

@ -1,7 +1,7 @@
FROM ubuntu:22.04 FROM ubuntu:22.04
# #
# VARS # VARS
ENV ES_VER=8.12.2 ENV ES_VER=8.13.4
# #
# Include dist # Include dist
COPY dist/ /root/dist/ COPY dist/ /root/dist/

View file

@ -1,5 +1,3 @@
version: '2.3'
services: services:
# ELK services # ELK services

View file

@ -1,7 +1,7 @@
FROM ubuntu:22.04 FROM ubuntu:22.04
# #
# VARS # VARS
ENV KB_VER=8.12.2 ENV KB_VER=8.13.4
# Include dist # Include dist
COPY dist/ /root/dist/ COPY dist/ /root/dist/
# #

View file

@ -1,5 +1,3 @@
version: '2.3'
services: services:
## Kibana service ## Kibana service

View file

@ -1,7 +1,7 @@
FROM ubuntu:22.04 FROM ubuntu:22.04
# #
# VARS # VARS
ENV LS_VER=8.12.2 ENV LS_VER=8.13.4
# Include dist # Include dist
COPY dist/ /root/dist/ COPY dist/ /root/dist/
# #

View file

@ -1,5 +1,3 @@
version: '2.3'
services: services:
## Logstash service ## Logstash service

View file

@ -1,5 +1,3 @@
version: '2.3'
#networks: #networks:
# map_local: # map_local:

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
endlessh_local: endlessh_local:

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
ewsposter_local: ewsposter_local:

View file

@ -1,5 +1,3 @@
version: '2.3'
services: services:
# Fatt service # Fatt service

View file

@ -1,5 +1,3 @@
version: '2.3'
services: services:
# glutton service # glutton service

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
hellpot_local: hellpot_local:

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
heralding_local: heralding_local:

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
honeypots_local: honeypots_local:

View file

@ -1,5 +1,3 @@
version: '2.3'
services: services:
# Honeytrap service # Honeytrap service

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
ipphoney_local: ipphoney_local:

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
log4pot_local: log4pot_local:

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
mailoney_local: mailoney_local:

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
medpot_local: medpot_local:

View file

@ -1,5 +1,3 @@
version: '2.3'
services: services:
# nginx service # nginx service

View file

@ -1,5 +1,3 @@
version: '2.3'
services: services:
# P0f service # P0f service

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
redishoneypot_local: redishoneypot_local:

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
sentrypeer_local: sentrypeer_local:

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
spiderfoot_local: spiderfoot_local:

View file

@ -1,5 +1,3 @@
version: '2.3'
services: services:
# Suricata service # Suricata service

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
tanner_local: tanner_local:

View file

@ -1,5 +1,3 @@
version: '3.9'
services: services:
# T-Pot Init Service # T-Pot Init Service

View file

@ -1,5 +1,3 @@
version: '2.3'
networks: networks:
wordpot_local: wordpot_local: