Merge remote-tracking branch 'origin/main'

# Conflicts:
#	docker-compose.yml
This commit is contained in:
zcr
2026-04-14 10:10:56 +08:00
2 changed files with 4 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
env:
REMOTE_DEPLOY_PATH: /workspace/Trinity/Litserve_LC_Prod/lc_stylist_agent
REMOTE_DEPLOY_PATH: /workspace/LC_Workspace/LitServe_Server_Workspace/lc_stylist_agent
steps:
- name: 1.检出代码

View File

@@ -1,6 +1,6 @@
services:
lc_agent_server:
restart: always
container_name: LC_Agent_Server
build:
context: .
dockerfile: Dockerfile
@@ -10,7 +10,7 @@ services:
DEBUG: 0
volumes:
- ./app:/app/app
- ./.prod_env:/app/.env
- ./.env:/app/.env
- ./data:/data
- ./google_application_credentials.json:/google_application_credentials.json
- /etc/localtime:/etc/localtime:ro
@@ -24,9 +24,3 @@ services:
- driver: nvidia
device_ids: [ '0' ]
capabilities: [ gpu ]
networks:
- lc_app_net
networks:
lc_app_net:
external: true
name: lc_app_net