lollms-webui/docker-compose.yml

18 lines
303 B
YAML
Raw Normal View History

2023-04-06 19:12:49 +00:00
version: '3.8'
services:
webui:
build:
context: .
dockerfile: Dockerfile
volumes:
2023-08-29 20:39:37 +00:00
- ./data:/data
2023-05-24 15:34:12 +00:00
- ./data/.parisneo:/root/.parisneo/
2023-04-13 06:08:49 +00:00
- ./configs:/srv/configs
2023-08-29 20:39:37 +00:00
environment:
- HOME=/data
tty: true
stdin_open: true
2023-04-06 19:12:49 +00:00
ports:
- "9600:9600"