lollms-webui/docker-compose.yml

18 lines
303 B
YAML
Raw Normal View History

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