add(docker): extra hosts

This commit is contained in:
JamesFlare1212
2026-04-07 00:12:58 -04:00
parent 6fa6d83e91
commit b426861b56

View File

@@ -32,6 +32,8 @@ services:
- HTTPS_PROXY=${HTTPS_PROXY:-} - HTTPS_PROXY=${HTTPS_PROXY:-}
- ALL_PROXY=${ALL_PROXY:-} - ALL_PROXY=${ALL_PROXY:-}
restart: unless-stopped restart: unless-stopped
extra_hosts:
- "host.docker.internal:host-gateway"
depends_on: depends_on:
redis: redis:
condition: service_healthy condition: service_healthy