更新 docker-compose.yml

This commit is contained in:
2026-02-09 14:54:17 +08:00
parent 4b3b0f6aa8
commit 03ff6605a3

View File

@@ -1,5 +1,6 @@
services: services:
lc_agent_server: lc_agent_server:
container_name: LC_Agent_Server
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
@@ -9,7 +10,7 @@ services:
DEBUG: 0 DEBUG: 0
volumes: volumes:
- ./app:/app/app - ./app:/app/app
- ./.prod_env:/app/.env - ./.env:/app/.env
- ./data:/data - ./data:/data
- ./google_application_credentials.json:/google_application_credentials.json - ./google_application_credentials.json:/google_application_credentials.json
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro