mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Prepare for T-Pot Mobile
- fix port conflict
This commit is contained in:
@ -347,6 +347,30 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${TPOT_DATA_PATH}/ipphoney/log:/opt/ipphoney/log
|
- ${TPOT_DATA_PATH}/ipphoney/log:/opt/ipphoney/log
|
||||||
|
|
||||||
|
# Log4pot service
|
||||||
|
log4pot:
|
||||||
|
container_name: log4pot
|
||||||
|
restart: always
|
||||||
|
depends_on:
|
||||||
|
logstash:
|
||||||
|
condition: service_healthy
|
||||||
|
tmpfs:
|
||||||
|
- /tmp:uid=2000,gid=2000
|
||||||
|
networks:
|
||||||
|
- log4pot_local
|
||||||
|
ports:
|
||||||
|
# - "80:8080"
|
||||||
|
- "443:8080"
|
||||||
|
# - "8080:8080"
|
||||||
|
# - "9200:8080"
|
||||||
|
- "25565:8080"
|
||||||
|
image: ${TPOT_REPO}/log4pot:${TPOT_VERSION}
|
||||||
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
|
read_only: true
|
||||||
|
volumes:
|
||||||
|
- ${TPOT_DATA_PATH}/log4pot/log:/var/log/log4pot/log
|
||||||
|
- ${TPOT_DATA_PATH}/log4pot/payloads:/var/log/log4pot/payloads
|
||||||
|
|
||||||
# Mailoney service
|
# Mailoney service
|
||||||
mailoney:
|
mailoney:
|
||||||
container_name: mailoney
|
container_name: mailoney
|
||||||
@ -371,30 +395,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${TPOT_DATA_PATH}/mailoney/log:/opt/mailoney/logs
|
- ${TPOT_DATA_PATH}/mailoney/log:/opt/mailoney/logs
|
||||||
|
|
||||||
# Log4pot service
|
|
||||||
log4pot:
|
|
||||||
container_name: log4pot
|
|
||||||
restart: always
|
|
||||||
depends_on:
|
|
||||||
logstash:
|
|
||||||
condition: service_healthy
|
|
||||||
tmpfs:
|
|
||||||
- /tmp:uid=2000,gid=2000
|
|
||||||
networks:
|
|
||||||
- log4pot_local
|
|
||||||
ports:
|
|
||||||
# - "80:8080"
|
|
||||||
# - "443:8080"
|
|
||||||
- "8080:8080"
|
|
||||||
# - "9200:8080"
|
|
||||||
- "25565:8080"
|
|
||||||
image: ${TPOT_REPO}/log4pot:${TPOT_VERSION}
|
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
|
||||||
read_only: true
|
|
||||||
volumes:
|
|
||||||
- ${TPOT_DATA_PATH}/log4pot/log:/var/log/log4pot/log
|
|
||||||
- ${TPOT_DATA_PATH}/log4pot/payloads:/var/log/log4pot/payloads
|
|
||||||
|
|
||||||
# Medpot service
|
# Medpot service
|
||||||
medpot:
|
medpot:
|
||||||
container_name: medpot
|
container_name: medpot
|
||||||
@ -537,7 +537,7 @@ services:
|
|||||||
container_name: wordpot
|
container_name: wordpot
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
tpotinit:
|
logstash:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
networks:
|
networks:
|
||||||
- wordpot_local
|
- wordpot_local
|
||||||
|
Reference in New Issue
Block a user