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