mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 04:17:52 +00:00
13 lines
199 B
YAML
13 lines
199 B
YAML
|
version: '3.8'
|
||
|
|
||
|
services:
|
||
|
webui:
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile
|
||
|
volumes:
|
||
|
- ./data:/srv/data
|
||
|
- ./data/.nomic:/root/.nomic/
|
||
|
ports:
|
||
|
- "4685:4685"
|