lollms/docker-compose.yaml
2024-05-13 18:48:15 +02:00

14 lines
209 B
YAML

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