mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-14 04:19:14 +00:00
Logos look and feel
This commit is contained in:
parent
88df6f6621
commit
ff74ba91c2
1 changed files with 79 additions and 79 deletions
|
@ -59,22 +59,22 @@ services:
|
||||||
##################
|
##################
|
||||||
|
|
||||||
# Adbhoney service
|
# Adbhoney service
|
||||||
adbhoney:
|
# adbhoney:
|
||||||
container_name: adbhoney
|
# container_name: adbhoney
|
||||||
restart: always
|
# restart: always
|
||||||
depends_on:
|
# depends_on:
|
||||||
tpotinit:
|
# tpotinit:
|
||||||
condition: service_healthy
|
# condition: service_healthy
|
||||||
networks:
|
# networks:
|
||||||
- adbhoney_local
|
# - adbhoney_local
|
||||||
ports:
|
# ports:
|
||||||
- "5555:5555"
|
# - "5555:5555"
|
||||||
image: ${TPOT_REPO}/adbhoney:${TPOT_VERSION}
|
# image: ${TPOT_REPO}/adbhoney:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
# pull_policy: ${TPOT_PULL_POLICY}
|
||||||
read_only: true
|
# read_only: true
|
||||||
volumes:
|
# volumes:
|
||||||
- ${TPOT_DATA_PATH}/adbhoney/log:/opt/adbhoney/log
|
# - ${TPOT_DATA_PATH}/adbhoney/log:/opt/adbhoney/log
|
||||||
- ${TPOT_DATA_PATH}/adbhoney/downloads:/opt/adbhoney/dl
|
# - ${TPOT_DATA_PATH}/adbhoney/downloads:/opt/adbhoney/dl
|
||||||
|
|
||||||
# Ciscoasa service
|
# Ciscoasa service
|
||||||
ciscoasa:
|
ciscoasa:
|
||||||
|
@ -226,23 +226,23 @@ services:
|
||||||
# Get the Horos Client for testing: https://horosproject.org/
|
# Get the Horos Client for testing: https://horosproject.org/
|
||||||
# Get Dicom images (CC BY 3.0): https://www.cancerimagingarchive.net/collections/
|
# Get Dicom images (CC BY 3.0): https://www.cancerimagingarchive.net/collections/
|
||||||
# Put images (which must be in Dicom DCM format or it will not work!) into /data/dicompot/images
|
# Put images (which must be in Dicom DCM format or it will not work!) into /data/dicompot/images
|
||||||
dicompot:
|
# dicompot:
|
||||||
container_name: dicompot
|
# container_name: dicompot
|
||||||
restart: always
|
# restart: always
|
||||||
depends_on:
|
# depends_on:
|
||||||
tpotinit:
|
# tpotinit:
|
||||||
condition: service_healthy
|
# condition: service_healthy
|
||||||
networks:
|
# networks:
|
||||||
- dicompot_local
|
# - dicompot_local
|
||||||
ports:
|
# ports:
|
||||||
- "104:11112"
|
# - "104:11112"
|
||||||
- "11112:11112"
|
# - "11112:11112"
|
||||||
image: ${TPOT_REPO}/dicompot:${TPOT_VERSION}
|
# image: ${TPOT_REPO}/dicompot:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
# pull_policy: ${TPOT_PULL_POLICY}
|
||||||
read_only: true
|
# read_only: true
|
||||||
volumes:
|
# volumes:
|
||||||
- ${TPOT_DATA_PATH}/dicompot/log:/var/log/dicompot
|
# - ${TPOT_DATA_PATH}/dicompot/log:/var/log/dicompot
|
||||||
# - ${TPOT_DATA_PATH}/dicompot/images:/opt/dicompot/images
|
## - ${TPOT_DATA_PATH}/dicompot/images:/opt/dicompot/images
|
||||||
|
|
||||||
# Dionaea service
|
# Dionaea service
|
||||||
dionaea:
|
dionaea:
|
||||||
|
@ -393,21 +393,21 @@ services:
|
||||||
- ${TPOT_DATA_PATH}/honeytrap/log:/opt/honeytrap/var/log
|
- ${TPOT_DATA_PATH}/honeytrap/log:/opt/honeytrap/var/log
|
||||||
|
|
||||||
# Ipphoney service
|
# Ipphoney service
|
||||||
ipphoney:
|
# ipphoney:
|
||||||
container_name: ipphoney
|
# container_name: ipphoney
|
||||||
restart: always
|
# restart: always
|
||||||
depends_on:
|
# depends_on:
|
||||||
tpotinit:
|
# tpotinit:
|
||||||
condition: service_healthy
|
# condition: service_healthy
|
||||||
networks:
|
# networks:
|
||||||
- ipphoney_local
|
# - ipphoney_local
|
||||||
ports:
|
# ports:
|
||||||
- "631:631"
|
# - "631:631"
|
||||||
image: ${TPOT_REPO}/ipphoney:${TPOT_VERSION}
|
# image: ${TPOT_REPO}/ipphoney:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
# pull_policy: ${TPOT_PULL_POLICY}
|
||||||
read_only: true
|
# read_only: true
|
||||||
volumes:
|
# volumes:
|
||||||
- ${TPOT_DATA_PATH}/ipphoney/log:/opt/ipphoney/log
|
# - ${TPOT_DATA_PATH}/ipphoney/log:/opt/ipphoney/log
|
||||||
|
|
||||||
# Mailoney service
|
# Mailoney service
|
||||||
mailoney:
|
mailoney:
|
||||||
|
@ -430,39 +430,39 @@ services:
|
||||||
- ${TPOT_DATA_PATH}/mailoney/log:/opt/mailoney/logs
|
- ${TPOT_DATA_PATH}/mailoney/log:/opt/mailoney/logs
|
||||||
|
|
||||||
# Medpot service
|
# Medpot service
|
||||||
medpot:
|
# medpot:
|
||||||
container_name: medpot
|
# container_name: medpot
|
||||||
restart: always
|
# restart: always
|
||||||
depends_on:
|
# depends_on:
|
||||||
tpotinit:
|
# tpotinit:
|
||||||
condition: service_healthy
|
# condition: service_healthy
|
||||||
networks:
|
# networks:
|
||||||
- medpot_local
|
# - medpot_local
|
||||||
ports:
|
# ports:
|
||||||
- "2575:2575"
|
# - "2575:2575"
|
||||||
image: ${TPOT_REPO}/medpot:${TPOT_VERSION}
|
# image: ${TPOT_REPO}/medpot:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
# pull_policy: ${TPOT_PULL_POLICY}
|
||||||
read_only: true
|
# read_only: true
|
||||||
volumes:
|
# volumes:
|
||||||
- ${TPOT_DATA_PATH}/medpot/log/:/var/log/medpot
|
# - ${TPOT_DATA_PATH}/medpot/log/:/var/log/medpot
|
||||||
|
|
||||||
# Miniprint service
|
# Miniprint service
|
||||||
miniprint:
|
# miniprint:
|
||||||
container_name: miniprint
|
# container_name: miniprint
|
||||||
restart: always
|
# restart: always
|
||||||
depends_on:
|
# depends_on:
|
||||||
tpotinit:
|
# tpotinit:
|
||||||
condition: service_healthy
|
# condition: service_healthy
|
||||||
networks:
|
# networks:
|
||||||
- miniprint_local
|
# - miniprint_local
|
||||||
ports:
|
# ports:
|
||||||
- "9100:9100"
|
# - "9100:9100"
|
||||||
image: ${TPOT_REPO}/miniprint:${TPOT_VERSION}
|
# image: ${TPOT_REPO}/miniprint:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
# pull_policy: ${TPOT_PULL_POLICY}
|
||||||
read_only: true
|
# read_only: true
|
||||||
volumes:
|
# volumes:
|
||||||
- ${TPOT_DATA_PATH}/miniprint/log/:/opt/miniprint/log/
|
# - ${TPOT_DATA_PATH}/miniprint/log/:/opt/miniprint/log/
|
||||||
- ${TPOT_DATA_PATH}/miniprint/uploads/:/opt/miniprint/uploads/
|
# - ${TPOT_DATA_PATH}/miniprint/uploads/:/opt/miniprint/uploads/
|
||||||
|
|
||||||
# Redishoneypot service
|
# Redishoneypot service
|
||||||
redishoneypot:
|
redishoneypot:
|
||||||
|
|
Loading…
Reference in a new issue