Skip to content

Commit

Permalink
Update docker-compose.yml (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Apr 19, 2024
1 parent 1d701ee commit bd1c1c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- POSTGRES_HOST_AUTH_METHOD=trust

be:
image: novyl/jtl-reporter-be:v4.10.1
image: novyl/jtl-reporter-be:v4.10.2
ports:
- "5000:5000"
environment:
Expand All @@ -34,7 +34,7 @@ services:
- JWT_TOKEN_LOGIN=GdK6TrCvX7rJRZJVg4ijt # please change this token, the same must be used for listener service

migration:
image: novyl/jtl-reporter-be:v4.10.1
image: novyl/jtl-reporter-be:v4.10.2
environment:
- DATABASE_URL=postgres://postgres@db/jtl_report
- OPT_OUT_ANALYTICS=true
Expand Down

0 comments on commit bd1c1c8

Please sign in to comment.