diff --git a/Makefile b/Makefile index ca32053e..c6183ff4 100644 --- a/Makefile +++ b/Makefile @@ -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 # -------------------------- diff --git a/docker-compose.yml b/docker-compose.yml index 0558ef41..b56daa35 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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