mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
20 lines
346 B
YAML
20 lines
346 B
YAML
networks:
|
|
go-pot_local:
|
|
|
|
services:
|
|
|
|
# Go-pot service
|
|
go-pot:
|
|
build: .
|
|
container_name: go-pot
|
|
restart: always
|
|
# cpu_count: 1
|
|
# cpus: 0.25
|
|
networks:
|
|
- go-pot_local
|
|
ports:
|
|
- "8080:8080"
|
|
image: dtagdevsec/go-pot:24.04
|
|
read_only: true
|
|
volumes:
|
|
- $HOME/tpotce/data/go-pot/log/:/opt/go-pot/log/
|