10 lines
372 B
YAML
10 lines
372 B
YAML
# VPS override: make host.docker.internal resolve to the host so the
|
|
# backend container can reach product services + spawned per-user
|
|
# containers published on host ports (Linux has no built-in mapping).
|
|
services:
|
|
backend:
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|
|
environment:
|
|
SOCIAL_BRANDING_SERVICE_URL: http://host.docker.internal:8015
|