mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-18 20:27:58 +00:00
14 lines
209 B
YAML
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
|
|
|