tpotce/docker/spiderfoot/docker-compose.yml
2024-03-24 19:22:37 +01:00

21 lines
389 B
YAML

version: '2.3'
networks:
spiderfoot_local:
services:
# Spiderfoot service
spiderfoot:
build: .
container_name: spiderfoot
restart: always
# cpu_count: 1
# cpus: 0.75
networks:
- spiderfoot_local
ports:
- "127.0.0.1:64303:8080"
image: "dtagdevsec/spiderfoot:24.04"
volumes:
- $HOME/tpotce/data/spiderfoot:/home/spiderfoot/.spiderfoot