lollms-webui/docker-compose.yml

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