mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-06 15:18:57 +00:00
20 lines
No EOL
361 B
YAML
20 lines
No EOL
361 B
YAML
networks:
|
|
honeyaml_local:
|
|
|
|
services:
|
|
|
|
# Honeyaml service
|
|
honeyaml:
|
|
build: .
|
|
container_name: honeyaml
|
|
restart: always
|
|
# cpu_count: 1
|
|
# cpus: 0.25
|
|
networks:
|
|
- honeyaml_local
|
|
ports:
|
|
- "8080:8080"
|
|
image: dtagdevsec/honeyaml:24.04
|
|
read_only: true
|
|
volumes:
|
|
- $HOME/tpotce/data/honeyaml/log/:/opt/honeyaml/log/ |