Files
lc_stylist_agent/docker-compose.yml

13 lines
273 B
YAML
Raw Normal View History

2025-10-24 10:37:19 +08:00
services:
lc_agent_server:
build:
context: .
dockerfile: Dockerfile
working_dir: /app
environment:
GOOGLE_APPLICATION_CREDENTIALS: /app/request.json
volumes:
- ./app:/app/app
2025-10-24 05:19:08 +00:00
- ./.env:/app/.env
2025-10-24 10:37:19 +08:00
ports:
2025-10-24 05:19:08 +00:00
- "10070:8000"