Add web service to container-compose to serve result files
This commit is contained in:
parent
b33cd1e705
commit
ddff59cbac
|
@ -10,6 +10,12 @@ services:
|
||||||
- "SE_NODE_MAX_SESSIONS=${HAUNTER_MAX_SESSIONS:-5}"
|
- "SE_NODE_MAX_SESSIONS=${HAUNTER_MAX_SESSIONS:-5}"
|
||||||
ports:
|
ports:
|
||||||
- '4444:4444'
|
- '4444:4444'
|
||||||
|
web:
|
||||||
|
image: docker.io/nginx
|
||||||
|
ports:
|
||||||
|
- "${HAUNTER_HTTP_PORT:-8080}:80"
|
||||||
|
volumes:
|
||||||
|
- ./results.d:/usr/share/nginx/html
|
||||||
# watcher:
|
# watcher:
|
||||||
# build_context:
|
# build_context:
|
||||||
# - ./
|
# - ./
|
||||||
|
|
Loading…
Reference in New Issue