Skip to content
Open
Show file tree
Hide file tree
Changes from 7 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
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,17 @@ 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
# OpenTelemetry Configuration (uncomment to enable)
# - OTEL_ENABLED=true
# - OTEL_SERVICE_NAME=wegent-executor-manager
# - OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317
# - OTEL_TRACES_SAMPLER_ARG=1.0
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- git_cache_data:/git-cache
depends_on:
- backend
networks:
Expand All @@ -165,6 +169,8 @@ volumes:
driver: local
es_data:
driver: local
git_cache_data:
driver: local

networks:
wegent-network:
Expand Down
Loading
Loading