mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
17 lines
331 B
YAML
17 lines
331 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
webui:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ./data:/srv/data
|
|
- ./data/.parisneo:/root/.parisneo/
|
|
- ./models:/srv/models
|
|
- ./configs:/srv/configs
|
|
- ./personalities:/srv/personalities
|
|
- ./web:/srv/web
|
|
ports:
|
|
- "9600:9600"
|