前端修饰与渲染处理

This commit is contained in:
2026-04-26 03:34:47 +08:00
parent 35eff3faf6
commit 6b5ddac178
114 changed files with 18465 additions and 132 deletions

View File

@@ -1,11 +1,11 @@
version: '3.8'
services:
# Backend Service
backend:
build:
context: .
dockerfile: docker/backend.Dockerfile
args:
- BUILDKIT_INLINE_CACHE=1
container_name: sillytavern-repalice-backend
ports:
- "3000:3000"
@@ -27,9 +27,11 @@ services:
build:
context: .
dockerfile: docker/frontend.Dockerfile
args:
- BUILDKIT_INLINE_CACHE=1
container_name: sillytavern-repalice-frontend
ports:
- "5173:5173"
- "23337:80"
environment:
- VITE_API_URL=http://localhost:3000/api
depends_on: