feat: add Docker deployment support

Add Dockerfile (python:3.11-slim), docker-compose.yml with volume mounts for webui/data/logs, and .dockerignore for minimal image size.

Made-with: Cursor
This commit is contained in:
祀梦
2026-03-16 15:06:24 +08:00
parent 2979197b1c
commit 473b9052b0
4 changed files with 83 additions and 14 deletions

View File

@@ -1,16 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>webui</title>
<script type="module" crossorigin src="/assets/index-1IMBzsQJ.js"></script>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>webui</title>
<script type="module" crossorigin src="/assets/index-CZ83FtWq.js"></script>
<link rel="modulepreload" crossorigin href="/assets/vendor-CwFI-VDq.js">
<link rel="modulepreload" crossorigin href="/assets/element-plus-CAICPA8-.js">
<link rel="stylesheet" crossorigin href="/assets/index-D3zzYHQC.css">
</head>
<body>
<div id="app"></div>
</body>
<link rel="stylesheet" crossorigin href="/assets/index-DQPizegK.css">
</head>
<body>
<div id="app"></div>
</body>
</html>