mirror of
https://github.com/open-webui/openapi-servers
synced 2025-06-26 18:17:04 +00:00
13 lines
139 B
YAML
13 lines
139 B
YAML
services:
|
|
server:
|
|
build:
|
|
context: .
|
|
ports:
|
|
- 8000:8000
|
|
volumes:
|
|
- memory:/app/data:rw
|
|
|
|
volumes:
|
|
memory:
|
|
|