Skip to content
Open
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ services:
- EXECUTOR_PORT_RANGE_MIN=10001
- EXECUTOR_PORT_RANGE_MAX=10100
- EXECUTOR_WORKSPCE=${HOME}/wecode-bot
# Git Cache Configuration (uncomment to enable)
# - GIT_CACHE_ENABLED=true
# - GIT_CACHE_AUTO_UPDATE=true
# Git Cache Cleanup Configuration (uncomment to enable)
# - GIT_CACHE_CLEANUP_ENABLED=true
# - GIT_CACHE_INACTIVE_DAYS=30
# - GIT_CACHE_PROTECTED_USERS=1,2,3 # Comma-separated protected user IDs
# OpenTelemetry Configuration (uncomment to enable)
# - OTEL_ENABLED=true
# - OTEL_SERVICE_NAME=wegent-executor-manager
Expand Down
Loading
Loading