Docker tested on Windows machine.

This commit is contained in:
UncleCode
2025-04-13 20:14:41 +08:00
parent 3179d6ad0c
commit ecec53a8c1
3 changed files with 20 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
# docker-compose.yml
# This file is in the root directory alongside Dockerfile
# Base configuration anchor for reusability
x-base-config: &base-config
@@ -9,7 +8,7 @@ x-base-config: &base-config
# - "8080:8080" # Uncomment if needed
# Load API keys primarily from .llm.env file
# Create .llm.env in the root directory from deploy/docker/.llm.env.example
# Create .llm.env in the root directory .llm.env.example
env_file:
- .llm.env