Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
retries: 5

kratos-migrate:
image: oryd/kratos:v1.3.1
image: oryd/kratos:v26.2.0
command: migrate sql -e --yes
environment:
- DSN=postgres://kratos:kratos@postgres:5432/kratos?sslmode=disable
Expand All @@ -29,7 +29,7 @@ services:
restart: on-failure

kratos:
image: oryd/kratos:v1.3.1
image: oryd/kratos:v26.2.0
command: serve all --dev --watch-courier -c /etc/kratos/kratos.yml
environment:
- DSN=postgres://kratos:kratos@postgres:5432/kratos?sslmode=disable
Expand Down
Loading