mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
11 lines
207 B
YAML
11 lines
207 B
YAML
version: '3'
|
|
services:
|
|
lollms-webui:
|
|
build: .
|
|
ports:
|
|
- "9600:9600"
|
|
volumes:
|
|
- ./lollms-webui:/app/lollms-webui
|
|
environment:
|
|
- PYTHONUNBUFFERED=1
|
|
command: python app.py |