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 Oct 2, 2024
1 parent 5712a1e commit ab09649
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: '2.1'

services:
fe:
image: novyl/jtl-reporter-fe:v5.0.0
image: novyl/jtl-reporter-fe:v5.0.2
ports:
- "2020:80"
depends_on:
Expand All @@ -35,7 +35,7 @@ services:


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

migration:
image: novyl/jtl-reporter-be:v5.0.1
image: novyl/jtl-reporter-be:v5.0.2
environment:
- DATABASE_URL=postgres://postgres@db/jtl_report
- OPT_OUT_ANALYTICS=true
Expand Down

0 comments on commit ab09649

Please sign in to comment.