remove tor service

This commit is contained in:
Olivier CERVELLO
2022-12-12 09:39:11 +00:00
committed by Yogesh Ojha
parent 9f7faa6b9b
commit b69c797fec
2 changed files with 1 additions and 9 deletions
+1 -1
View File
@@ -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
# --------------------------
-8
View File
@@ -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