push gitignore

This commit is contained in:
zhh
2025-10-24 10:37:19 +08:00
parent ce00630bb2
commit 1adf29a3f6
36 changed files with 6089 additions and 334 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
lc_agent_server:
build:
context: .
dockerfile: Dockerfile
working_dir: /app
environment:
GOOGLE_APPLICATION_CREDENTIALS: /app/request.json
volumes:
- ./app:/app/app
- ./logs:/app/logs
ports:
- "10200:8000"