mirror of
https://github.com/open-webui/openapi-servers.git
synced 2026-08-24 12:02:55 -04:00
d2239bbe12
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
|
|
|