mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
20 lines
346 B
YAML
20 lines
346 B
YAML
networks:
|
|
medpot_local:
|
|
|
|
services:
|
|
|
|
# medpot service
|
|
medpot:
|
|
build: .
|
|
container_name: medpot
|
|
restart: always
|
|
# cpu_count: 1
|
|
# cpus: 0.25
|
|
networks:
|
|
- medpot_local
|
|
ports:
|
|
- "2575:2575"
|
|
image: "dtagdevsec/medpot:24.04"
|
|
read_only: true
|
|
volumes:
|
|
- $HOME/tpotce/data/medpot/log/:/var/log/medpot
|