Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Jan 14, 2023
1 parent 366e021 commit be1ebe1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ services:
image: novyl/jtl-reporter-be:v4.6.0
environment:
- DATABASE_URL=postgres://postgres@db/jtl_report
- OPT_OUT_ANALYTICS=true
command: npm run migrate up
depends_on:
db:
condition: service_healthy
environment:
- OPT_OUT_ANALYTICS=true

listener:
image: novyl/jtl-reporter-listener-service:v2.0.6
Expand Down

0 comments on commit be1ebe1

Please sign in to comment.