Add web service to container-compose to serve result files

This commit is contained in:
Kienan Stewart 2022-09-25 08:52:58 -04:00
parent b33cd1e705
commit ddff59cbac
1 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,12 @@ services:
- "SE_NODE_MAX_SESSIONS=${HAUNTER_MAX_SESSIONS:-5}"
ports:
- '4444:4444'
web:
image: docker.io/nginx
ports:
- "${HAUNTER_HTTP_PORT:-8080}:80"
volumes:
- ./results.d:/usr/share/nginx/html
# watcher:
# build_context:
# - ./