lollms-webui/docker-compose.yml

16 lines
284 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-06-10 14:13:01 +00:00
- ./data:/srv/help
2023-04-06 19:12:49 +00:00
- ./data:/srv/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-06-01 07:13:30 +00:00
- ./web:/srv/web
2023-04-06 19:12:49 +00:00
ports:
- "9600:9600"