mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00

- tweak deploy a little further - start with rebuilding Dockerfiles - rework healthcheck for adbhoney CPU issues - bump adbhoney, ciscoasa, citrixhoneypot, conpot, cowriepot, ddospot to alpine 3.19 - fix conpot issue with py 3.11 - bump conpot to latest master - bump cowrie to latest master - add autoheal to tpotinit to restart unhealthy container (if healthcheck enabled)
25 lines
450 B
YAML
25 lines
450 B
YAML
version: '2.3'
|
|
|
|
networks:
|
|
ciscoasa_local:
|
|
|
|
services:
|
|
|
|
# Ciscoasa service
|
|
ciscoasa:
|
|
build: .
|
|
container_name: ciscoasa
|
|
restart: always
|
|
tmpfs:
|
|
- /tmp/ciscoasa:uid=2000,gid=2000
|
|
# cpu_count: 1
|
|
# cpus: 0.25
|
|
networks:
|
|
- ciscoasa_local
|
|
ports:
|
|
- "5000:5000/udp"
|
|
- "8443:8443"
|
|
image: "dtagdevsec/ciscoasa:alpha"
|
|
read_only: true
|
|
volumes:
|
|
- $HOME/tpotce/data/ciscoasa/log:/var/log/ciscoasa
|