Skip to content

Commit

Permalink
Merge pull request #14 from LeoQuote/LeoQuote-patch-1
Browse files Browse the repository at this point in the history
insert RUN_ENV envrionment for worker
  • Loading branch information
trent-codecov authored Sep 8, 2023
2 parents 4655ff8 + e0f1be2 commit b7b57c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ services:
worker:
image: codecov/enterprise-worker:latest-stable #note: this is for setup purposes only, be sure to pin to the latest release from our changelog: https://docs.codecov.io/changelog
command: worker
environment:
- RUN_ENV=ENTERPRISE
volumes:
- ./config:/config
- archive-volume:/archive
Expand Down

0 comments on commit b7b57c6

Please sign in to comment.