services: app: build: . ports: - "7860:7860" environment: - DEBUG=true - LOG_LEVEL=DEBUG volumes: - ./backend/app:/app/app env_file: - .env