Skip to content

Commit

Permalink
Update docker-compose.yml (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Mar 11, 2024
1 parent 60475ee commit c2d16b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.1'

services:
fe:
image: novyl/jtl-reporter-fe:v4.9.2
image: novyl/jtl-reporter-fe:v4.10.0
ports:
- "2020:80"
depends_on:
Expand All @@ -25,7 +25,7 @@ services:
- POSTGRES_HOST_AUTH_METHOD=trust

be:
image: novyl/jtl-reporter-be:v4.9.3
image: novyl/jtl-reporter-be:v4.10.0
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.9.3
image: novyl/jtl-reporter-be:v4.10.0
environment:
- DATABASE_URL=postgres://postgres@db/jtl_report
- OPT_OUT_ANALYTICS=true
Expand All @@ -52,7 +52,7 @@ services:
- JWT_TOKEN=GdK6TrCvX7rJRZJVg4ijt # paste the same token as in be service - JWT_TOKEN_LOGIN

scheduler:
image: novyl/jtl-reporter-scheduler:v0.0.4
image: novyl/jtl-reporter-scheduler:v0.0.5
environment:
- DB_HOST=db

0 comments on commit c2d16b0

Please sign in to comment.