Files
lc_stylist_agent/docker-compose.yml
2025-10-24 16:34:20 +08:00

16 lines
350 B
YAML

services:
lc_agent_server:
build:
context: .
dockerfile: Dockerfile
working_dir: /app
environment:
GOOGLE_APPLICATION_CREDENTIALS: /app/app/request.json
DEBUG: 0
volumes:
- ./app:/app/app
- ./.env:/app/.env
- ./db:/db
- /etc/localtime:/etc/localtime:ro
ports:
- "10070:8000"