mirror of
https://github.com/open-webui/openapi-servers.git
synced 2026-07-19 13:54:31 -04:00
feat: unified compose file
Adds unirifed compose file to orchestrate the example servers using a single command
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user