This commit is contained in:
Lizandro Guarnizo
2026-03-10 18:42:51 -05:00
parent b57fc16ab3
commit db469b2134
98 changed files with 16365 additions and 303 deletions
+4 -3
View File
@@ -174,10 +174,11 @@ services:
ports:
- "8082:8081"
environment:
- REDIS_HOSTS=local:redis:6379
# Usa host.docker.internal para alcanzar Redis aunque esté en otra red Docker
- REDIS_HOSTS=local:host.docker.internal:6379
- REDIS_PASSWORD=${REDIS_PASSWORD:-}
depends_on:
- redis
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
- whatsapp-dev-network