16 lines
375 B
YAML
16 lines
375 B
YAML
services:
|
|
# The compact topology exposes one combined Phoenix + Oban VM directly to
|
|
# the host reverse proxy. Split-only discovery and load-balancing services
|
|
# remain defined in the base model but are inactive under this override.
|
|
docker-api-proxy:
|
|
profiles: [split]
|
|
|
|
proxy:
|
|
profiles: [split]
|
|
|
|
web:
|
|
profiles: [split]
|
|
|
|
worker:
|
|
profiles: [split]
|