Skip to content

Commit

Permalink
fix(build): Missing env var for scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt committed May 9, 2024
1 parent e3275d6 commit c0351df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Expand Up @@ -87,6 +87,7 @@ services:
TRACECAT__SIGNING_SECRET: ${TRACECAT__SIGNING_SECRET}
TRACECAT__API_URL: ${TRACECAT__API_URL}
TRACECAT__RUNNER_URL: ${TRACECAT__RUNNER_URL}
TRACECAT__PUBLIC_RUNNER_URL: ${TRACECAT__PUBLIC_RUNNER_URL}
restart: unless-stopped
depends_on:
- api
Expand Down

0 comments on commit c0351df

Please sign in to comment.