mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 11:48:52 +00:00
21 lines
309 B
YAML
21 lines
309 B
YAML
![]() |
version: '2.3'
|
||
|
|
||
|
networks:
|
||
|
medpot_local:
|
||
|
|
||
|
services:
|
||
|
|
||
|
# medpot service
|
||
|
medpot:
|
||
|
build: .
|
||
|
container_name: medpot
|
||
|
restart: always
|
||
|
networks:
|
||
|
- medpot_local
|
||
|
ports:
|
||
|
- "2575:2575"
|
||
|
image: "dtagdevsec/medpot:1804"
|
||
|
read_only: true
|
||
|
volumes:
|
||
|
- /data/medpot/log/:/var/log/
|