lollms-webui/docker-compose.yml
2023-04-07 18:32:27 +02:00

14 lines
228 B
YAML

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