Skip to content

Commit

Permalink
misc: add LAGO_SIDEKIQ_WEB docker env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenquin committed Jun 2, 2022
1 parent fc98b65 commit a847c5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ services:
- SENTRY_DSN=${SENTRY_DSN}
- LAGO_FRONT_URL=${LAGO_FRONT_URL:-http://localhost}
- RSA_PRIVATE_KEY=${LAGO_RSA_PRIVATE_KEY} # Should be base64 encoded
- LAGO_SIDEKIQ_WEB=${LAGO_SIDEKIQ_WEB}

ports:
- ${API_PORT:-3000}:3000
Expand Down

0 comments on commit a847c5e

Please sign in to comment.