Skip to content

Commit

Permalink
add ports for kratos
Browse files Browse the repository at this point in the history
  • Loading branch information
pratham1729 committed Aug 18, 2024
1 parent f8067f4 commit 3b3f1ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ services:
- DSN=sqlite:///var/lib/sqlite/db.sqlite?_fk=true
- LOG_LEVEL=trace
command: serve -c /etc/config/kratos/kratos.yml --dev --watch-courier
ports:
- "4433:4433"
- "4434:4434"
volumes:
- type: volume
source: kratos-sqlite
Expand Down

0 comments on commit 3b3f1ca

Please sign in to comment.