solucion de eventos por pais
This commit is contained in:
parent
fc06566928
commit
68a5528f2f
7 changed files with 796 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue