mirror of
https://github.com/open-webui/openapi-servers.git
synced 2026-07-21 01:05:21 -04:00
e80caf79ea
Adds unirifed compose file to orchestrate the example servers using a single command
18 lines
282 B
YAML
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
|
|
|