openapi-servers/servers/filesystem/compose.yaml
Vijaykoushik Sekar d2239bbe12 feat: docker support
Adds docker support to the example server.
this allows the example servers to be run in a containerized environment.
2025-04-04 11:46:12 +05:30

8 lines
78 B
YAML

services:
server:
build:
context: .
ports:
- 8000:8000