update tags / version to 2204, tweaking README

This commit is contained in:
t3chn0m4g3
2022-04-08 13:45:53 +00:00
parent 428b57ebc9
commit 36774d0b71
53 changed files with 319 additions and 320 deletions

View File

@ -32,7 +32,7 @@ services:
# mem_limit: 4g
ports:
- "127.0.0.1:64298:9200"
image: "dtagdevsec/elasticsearch:2203"
image: "dtagdevsec/elasticsearch:2204"
volumes:
- /data:/data
@ -46,7 +46,7 @@ services:
# mem_limit: 1g
ports:
- "127.0.0.1:64296:5601"
image: "dtagdevsec/kibana:2203"
image: "dtagdevsec/kibana:2204"
## Logstash service
logstash:
@ -62,7 +62,7 @@ services:
ports:
- "127.0.0.1:64305:64305"
# mem_limit: 2g
image: "dtagdevsec/logstash:2203"
image: "dtagdevsec/logstash:2204"
volumes:
- /data:/data
@ -72,7 +72,7 @@ services:
restart: always
stop_signal: SIGKILL
tty: true
image: "dtagdevsec/redis:2203"
image: "dtagdevsec/redis:2204"
read_only: true
## Map Web Service
@ -87,7 +87,7 @@ services:
tty: true
ports:
- "127.0.0.1:64299:64299"
image: "dtagdevsec/map:2203"
image: "dtagdevsec/map:2204"
## Map Data Service
map_data:
@ -102,7 +102,7 @@ services:
- /opt/tpot/etc/compose/elk_environment
stop_signal: SIGKILL
tty: true
image: "dtagdevsec/map:2203"
image: "dtagdevsec/map:2204"
#### /ELK
# Nginx service
@ -121,7 +121,7 @@ services:
ports:
- "64297:64297"
- "127.0.0.1:64304:64304"
image: "dtagdevsec/nginx:2203"
image: "dtagdevsec/nginx:2204"
read_only: true
volumes:
- /data/nginx/cert/:/etc/nginx/cert/:ro
@ -136,6 +136,6 @@ services:
- spiderfoot_local
ports:
- "127.0.0.1:64303:8080"
image: "dtagdevsec/spiderfoot:2203"
image: "dtagdevsec/spiderfoot:2204"
volumes:
- /data/spiderfoot:/home/spiderfoot/.spiderfoot