mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-10 11:57:43 +02:00
remove tor service
This commit is contained in:
committed by
Yogesh Ojha
parent
9f7faa6b9b
commit
b69c797fec
@@ -6,7 +6,7 @@
|
||||
COMPOSE_PREFIX_CMD := COMPOSE_DOCKER_CLI_BUILD=1
|
||||
|
||||
COMPOSE_ALL_FILES := -f docker-compose.yml
|
||||
SERVICES := db web proxy redis celery celery-beat tor
|
||||
SERVICES := db web proxy redis celery celery-beat
|
||||
|
||||
# --------------------------
|
||||
|
||||
|
||||
@@ -118,14 +118,6 @@ services:
|
||||
aliases:
|
||||
- rengine
|
||||
|
||||
tor:
|
||||
image: peterdavehello/tor-socks-proxy
|
||||
restart: always
|
||||
networks:
|
||||
- rengine_network
|
||||
depends_on:
|
||||
- web
|
||||
|
||||
proxy:
|
||||
restart: always
|
||||
image: nginx:alpine
|
||||
|
||||
Reference in New Issue
Block a user