mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Remove deprecated version tag from docker compose files
Bump Elastic Stack to 8.13.4
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user