up
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user