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

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