mirror of
https://github.com/open-webui/openapi-servers
synced 2025-06-26 18:17:04 +00:00
Adds docker support to the example server. this allows the example servers to be run in a containerized environment.
8 lines
78 B
YAML
8 lines
78 B
YAML
services:
|
|
server:
|
|
build:
|
|
context: .
|
|
ports:
|
|
- 8000:8000
|
|
|