lollms/docker-compose.yaml
2023-10-15 02:27:30 +02:00

13 lines
208 B
YAML

version: '3'
services:
lollms:
build:
context: .
dockerfile: Dockerfile
args:
- BASE_IMAGE=python:3.10
ports:
- 9601:9601
volumes:
- ./data:/app/data