lollms/docker-compose.yaml

13 lines
208 B
YAML
Raw Normal View History

2023-10-15 00:27:30 +00:00
version: '3'
services:
lollms:
build:
context: .
dockerfile: Dockerfile
args:
- BASE_IMAGE=python:3.10
ports:
- 9601:9601
volumes:
- ./data:/app/data