mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
18 lines
303 B
YAML
18 lines
303 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
webui:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ./data:/data
|
|
- ./data/.parisneo:/root/.parisneo/
|
|
- ./configs:/srv/configs
|
|
environment:
|
|
- HOME=/data
|
|
tty: true
|
|
stdin_open: true
|
|
ports:
|
|
- "9600:9600"
|