openapi-servers/compose.yaml
Vijaykoushik Sekar e80caf79ea feat: unified compose file
Adds unirifed compose file to orchestrate the example servers using a single command
2025-04-04 12:40:20 +05:30

18 lines
282 B
YAML

services:
filesystem-server:
build:
context: ./servers/filesystem
ports:
- 8081:8000
memory-server:
build:
context: ./servers/memory
ports:
- 8082:8000
time-server:
build:
context: ./servers/time
ports:
- 8083:8000