lollms-webui/docker-compose.yml
2023-04-13 08:08:49 +02:00

15 lines
259 B
YAML

version: '3.8'
services:
webui:
build:
context: .
dockerfile: Dockerfile
volumes:
- ./data:/srv/data
- ./data/.nomic:/root/.nomic/
- ./models:/srv/models
- ./configs:/srv/configs
ports:
- "9600:9600"