前端修饰与渲染处理
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user