This commit is contained in:
2025-11-03 18:42:04 -08:00
parent 30649488bb
commit eb084e1f07
12 changed files with 64 additions and 15 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
webui:
image: minimax
ports:
- "3000:3000"
volumes:
- ./data:/app/data
env_file:
- .env
restart: unless-stopped