mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-22 17:54:56 +02:00
Added pwndb and tor proxy
This commit is contained in:
@@ -21,7 +21,6 @@ services:
|
||||
hostname: redis
|
||||
networks:
|
||||
- rengine_network
|
||||
|
||||
celery:
|
||||
build:
|
||||
context: ./web
|
||||
@@ -87,6 +86,14 @@ services:
|
||||
networks:
|
||||
- rengine_network
|
||||
|
||||
tor:
|
||||
image: peterdavehello/tor-socks-proxy
|
||||
restart: always
|
||||
networks:
|
||||
- rengine_network
|
||||
depends_on:
|
||||
- web
|
||||
|
||||
networks:
|
||||
rengine_network:
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user