Skip to content

Commit

Permalink
file
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Mar 6, 2024
1 parent 53c0340 commit 5d77854
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docker-compose.wpscan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: "3"

services:
# Before using this docker-compose.yml file, please read the license disclaimer in README.md.
karton-wpscan:
build:
context: Artemis-modules-extra
dockerfile: karton_wpscan/Dockerfile
volumes:
- "./docker/karton.ini:/etc/karton/karton.ini"
- "${DOCKER_COMPOSE_ADDITIONAL_SHARED_DIRECTORY:-./shared}:/shared/"
depends_on: [karton-system]
env_file: .env
restart: always
command: "python3 -m artemis.modules.karton_wpscan"

autoreporter:
volumes:
- ./Artemis-modules-extra/autoreporter_addons/wpscan/:/opt/artemis/reporting/modules/wpscan/

0 comments on commit 5d77854

Please sign in to comment.