solucion de eventos por pais

This commit is contained in:
jlimolina 2025-11-24 00:45:10 +01:00
parent fc06566928
commit 68a5528f2f
7 changed files with 796 additions and 14 deletions

View file

@ -182,6 +182,24 @@ services:
condition: service_healthy
restart: always
cluster:
build:
context: .
args:
TORCH_CUDA: cu121
container_name: rss_cluster
command: bash -lc "python cluster_worker.py"
environment:
- DB_HOST=db
- DB_PORT=5432
- DB_NAME=${DB_NAME}
- DB_USER=${DB_USER}
- DB_PASS=${DB_PASS}
depends_on:
db:
condition: service_healthy
restart: always
networks:
default:
name: rss_default