42 lines
1.3 KiB
YAML
42 lines
1.3 KiB
YAML
# Example local port overrides for `make up-local`.
|
|
# Copied to docker-compose.override.yml (gitignored) — not used by CI / make up.
|
|
#
|
|
# Host 5000 is often taken by macOS AirPlay Receiver; map Keystone/console to 15000.
|
|
# Internal container ports stay OpenStack-default.
|
|
services:
|
|
postgres:
|
|
ports: !override
|
|
- "127.0.0.1:5433:5432"
|
|
api-gateway:
|
|
ports: !override
|
|
- "127.0.0.1:8080:80"
|
|
- "127.0.0.1:8443:443"
|
|
- "127.0.0.1:1234:1234"
|
|
- "127.0.0.1:15000:5000"
|
|
- "127.0.0.1:5050:5050"
|
|
- "127.0.0.1:8888:8888"
|
|
- "127.0.0.1:9322:9322"
|
|
- "127.0.0.1:6385:6385"
|
|
- "127.0.0.1:8000:8000"
|
|
- "127.0.0.1:8003:8003"
|
|
- "127.0.0.1:8004:8004"
|
|
- "127.0.0.1:8042:8042"
|
|
- "127.0.0.1:18080:8080"
|
|
- "127.0.0.1:8774:8774"
|
|
- "127.0.0.1:8776:8776"
|
|
- "127.0.0.1:8779:8779"
|
|
- "127.0.0.1:8786:8786"
|
|
- "127.0.0.1:8889:8889"
|
|
- "127.0.0.1:8989:8989"
|
|
- "127.0.0.1:8999:8999"
|
|
- "127.0.0.1:9001:9001"
|
|
- "127.0.0.1:9090:9090"
|
|
- "127.0.0.1:9292:9292"
|
|
- "127.0.0.1:9311:9311"
|
|
- "127.0.0.1:9511:9511"
|
|
- "127.0.0.1:9517:9517"
|
|
- "127.0.0.1:9696:9696"
|
|
- "127.0.0.1:9876:9876"
|
|
- "127.0.0.1:9890:9890"
|
|
- "127.0.0.1:15868:15868"
|