mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 04:17:52 +00:00
16 lines
308 B
YAML
16 lines
308 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
|
|
ports:
|
|
- "9600:9600"
|