Files
openstack-api-simulator/docker-compose.portfix.yml
T
inecs 6033967e6a Initial commit: stateful OpenStack API laboratory simulator.
Ship Keystone auth, multi-service handlers (Yoga→Dalmatian), Compose/Helm
packaging, API contract packs, and pytest/Pulumi coverage labs.
2026-07-18 04:26:48 +03:00

37 lines
1.1 KiB
YAML

# Temporary local override: avoid host port collisions with other stacks.
# Internal service networking (postgres:5432, api-gateway:5000, …) is unchanged.
services:
postgres:
ports: !override
- "127.0.0.1:15433:5432"
api-gateway:
ports: !override
- "127.0.0.1:5000:5000"
- "127.0.0.1:5050:5050"
- "127.0.0.1:1234:1234"
- "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:8080: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:8888:8888"
- "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:9322:9322"
- "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"