mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
25 lines
605 B
YAML
25 lines
605 B
YAML
redis:
|
|
restart: always
|
|
image: redis
|
|
|
|
burpui:
|
|
restart: always
|
|
image: registry.ziirish.me/ziirish/burp-ui:0.4.1
|
|
links:
|
|
- redis
|
|
ports:
|
|
- 127.0.0.1:5000:5000
|
|
volumes:
|
|
- /etc/burp:/etc/burp
|
|
- /var/spool/burp:/var/spool/burp
|
|
environment:
|
|
- BURPUI_CONFIG=/etc/burp/burpui.cfg
|
|
- BURPUI_VERBOSE=0
|
|
- BURPUI_CLIENT_NAME=bui
|
|
- BURPUI_UID=5337
|
|
- BURPUI_GID=5337
|
|
- BURP_CLIENT_CONFIG=/tmp/burp.conf
|
|
- BURP_SERVER_CONFIG=/etc/burp/burp-server.conf
|
|
- DATABASE_URL=sqlite:////var/lib/burpui/store.db
|
|
- REDIS_SERVER=redis:6379
|
|
- BURP_SERVER_ADDR=auto
|