Skip to content

Commit

Permalink
Update Ory
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent cc17edf commit 6b1df90
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions deploy/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ services:
- 127.0.0.1:6379:6379

kratos-migrate:
image: oryd/kratos:v1.2.0
image: oryd/kratos:v1.3.1
environment:
- DSN=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgresql_kratos:5432/kratos
volumes:
- ../../containers/ory/kratos:/etc/config/kratos
command: -c /etc/config/kratos/kratos.yml migrate sql -e --yes
restart: on-failure
kratos:
image: oryd/kratos:v1.2.0
image: oryd/kratos:v1.3.1
ports:
- '127.0.0.1:4433:4433' # public
- '127.0.0.1:4434:4434' # admin
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,15 @@ services:
- DISPLAY=:0

kratos-migrate:
image: oryd/kratos:v1.2.0
image: oryd/kratos:v1.3.1
environment:
- DSN=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgresql_kratos:5432/kratos
volumes:
- ./containers/ory/kratos:/etc/config/kratos
command: -c /etc/config/kratos/kratos.yml migrate sql -e --yes
restart: on-failure
kratos:
image: oryd/kratos:v1.2.0
image: oryd/kratos:v1.3.1
ports:
- '4433:4433' # public
- '4434:4434' # admin
Expand Down
12 changes: 8 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
"@discordjs/rest": "2.4.0",
"@faker-js/faker": "9.0.3",
"@hookform/resolvers": "3.9.0",
"@ory/client": "1.14.5",
"@ory/elements": "0.3.0",
"@ory/client": "1.15.7",
"@ory/elements": "0.5.0",
"@sentry/node": "7.119.0",
"@sentry/tracing": "7.114.0",
"@socket.io/redis-adapter": "8.3.0",
Expand Down

0 comments on commit 6b1df90

Please sign in to comment.