Skip to content

Commit

Permalink
forward HTTPS_PROXY env var if set to runner in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Jan 2, 2025
1 parent 79c7f3b commit 1e1d06a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
- PREDICTCR_JWT_TOKEN=${PREDICTCR_JWT_TOKEN:-}
- PREDICTCR_MAX_POLL_INTERVAL=${PREDICTCR_MAX_POLL_INTERVAL:-60}
- PREDICTCR_LOG_LEVEL=${PREDICTCR_LOG_LEVEL:-INFO}
- HTTPS_PROXY=${HTTPS_PROXY:-}
volumes:
- ${PREDICTCR_SCRIPT_FOLDER:-./script}:/script:ro
deploy:
Expand Down

0 comments on commit 1e1d06a

Please sign in to comment.