fix: add use tor option

This commit is contained in:
2025-09-13 13:26:39 +02:00
parent fd6a7006b0
commit c1c3e5ca53
6 changed files with 181 additions and 18 deletions

18
docker-compose.yml Normal file
View File

@@ -0,0 +1,18 @@
services:
tor-proxy:
image: dperson/torproxy
container_name: tor-sidecar
restart: unless-stopped
laliga-denuncias:
image: jorgeteixe/laliga-denuncias:latest
container_name: laliga-denuncias
network_mode: "service:tor-proxy"
volumes:
- ./images:/app/images
environment:
- USE_MOCK_DATA=true
- USE_TOR=true
restart: always