Skip to content

Commit

Permalink
add healthcheck port
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed Mar 19, 2024
1 parent 31d8c98 commit 2aa708c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions mojaloop/iac/roles/dex/templates/dex-config.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ storage:
web:
http: 0.0.0.0:5556

telemetry:
http: 0.0.0.0:5558

oauth2:
skipApprovalScreen: true

Expand Down
3 changes: 2 additions & 1 deletion mojaloop/iac/roles/dex/templates/dex-docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ services:
- {{ dex_root_dir}}/dex-config.yml:/config.yml
command: ['dex', 'serve','/config.yml']
ports:
- "5556:5556"
- "5556:5556"
- "5558:5558"

0 comments on commit 2aa708c

Please sign in to comment.