tpotce/docker/spiderfoot/docker-compose.yml

20 lines
373 B
YAML
Raw Normal View History

networks:
spiderfoot_local:
services:
# Spiderfoot service
spiderfoot:
2018-03-29 20:56:11 +00:00
build: .
container_name: spiderfoot
restart: always
2022-03-13 10:19:08 +00:00
# cpu_count: 1
# cpus: 0.75
networks:
- spiderfoot_local
ports:
- "127.0.0.1:64303:8080"
2024-03-24 18:22:37 +00:00
image: "dtagdevsec/spiderfoot:24.04"
volumes:
- $HOME/tpotce/data/spiderfoot:/home/spiderfoot/.spiderfoot