Skip to content

Commit

Permalink
insert RUN_ENV envrionment for worker
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote authored Aug 24, 2023
1 parent 56962d4 commit e0f1be2
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 e0f1be2

Please sign in to comment.