Testing and developing in alpha branch

This commit is contained in:
Marco Ochse
2024-02-14 19:23:25 +01:00
parent efd5465837
commit 7ae6c73b88
54 changed files with 324 additions and 319 deletions

View File

@ -24,7 +24,7 @@ services:
mem_limit: 4g
ports:
- "127.0.0.1:64298:9200"
image: "dtagdevsec/elasticsearch:2204"
image: "dtagdevsec/elasticsearch:alpha"
volumes:
- /data:/data
@ -39,7 +39,7 @@ services:
condition: service_healthy
ports:
- "127.0.0.1:64296:5601"
image: "dtagdevsec/kibana:2204"
image: "dtagdevsec/kibana:alpha"
## Logstash service
logstash:
@ -53,7 +53,7 @@ services:
condition: service_healthy
env_file:
- /opt/tpot/etc/compose/elk_environment
image: "dtagdevsec/logstash:2204"
image: "dtagdevsec/logstash:alpha"
volumes:
- /data:/data
# - /root/tpotce/docker/elk/logstash/dist/logstash.conf:/etc/logstash/conf.d/logstash.conf
@ -66,7 +66,7 @@ services:
tty: true
ports:
- "127.0.0.1:6379:6379"
image: "dtagdevsec/redis:2204"
image: "dtagdevsec/redis:alpha"
read_only: true
# Map Web Service
@ -82,7 +82,7 @@ services:
tty: true
ports:
- "127.0.0.1:64299:64299"
image: "dtagdevsec/map:2204"
image: "dtagdevsec/map:alpha"
depends_on:
- map_redis
@ -96,6 +96,6 @@ services:
- /opt/tpot/etc/compose/elk_environment
stop_signal: SIGKILL
tty: true
image: "dtagdevsec/map:2204"
image: "dtagdevsec/map:alpha"
depends_on:
- map_redis

View File

@ -24,6 +24,6 @@ services:
mem_limit: 2g
ports:
- "127.0.0.1:64298:9200"
image: "dtagdevsec/elasticsearch:2204"
image: "dtagdevsec/elasticsearch:alpha"
volumes:
- /data:/data

View File

@ -12,4 +12,4 @@ services:
# condition: service_healthy
ports:
- "127.0.0.1:64296:5601"
image: "dtagdevsec/kibana:2204"
image: "dtagdevsec/kibana:alpha"

View File

@ -16,7 +16,7 @@ services:
- /opt/tpot/etc/compose/elk_environment
ports:
- "127.0.0.1:64305:64305"
image: "dtagdevsec/logstash:2204"
image: "dtagdevsec/logstash:alpha"
volumes:
- /data:/data
# - /root/tpotce/docker/elk/logstash/dist/logstash.conf:/etc/logstash/conf.d/logstash.conf

View File

@ -11,7 +11,7 @@ services:
restart: always
stop_signal: SIGKILL
tty: true
image: "dtagdevsec/redis:2204"
image: "dtagdevsec/redis:alpha"
read_only: true
# Map Web Service
@ -27,7 +27,7 @@ services:
tty: true
ports:
- "127.0.0.1:64299:64299"
image: "dtagdevsec/map:2204"
image: "dtagdevsec/map:alpha"
depends_on:
- map_redis
@ -41,6 +41,6 @@ services:
- /opt/tpot/etc/compose/elk_environment
stop_signal: SIGKILL
tty: true
image: "dtagdevsec/map:2204"
image: "dtagdevsec/map:alpha"
depends_on:
- map_redis