Skip to content

Commit

Permalink
Merge pull request #1145 from gettakaro/renovate/oryd-kratos-1.x
Browse files Browse the repository at this point in the history
chore(deps): update oryd/kratos docker tag to v1.2.0
  • Loading branch information
emielvanseveren authored Aug 21, 2024
2 parents 32d874c + 37c0775 commit f9fad88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.0.0
image: oryd/kratos:v1.2.0
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.0.0
image: oryd/kratos:v1.2.0
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 @@ -124,15 +124,15 @@ services:
- DISPLAY=:0

kratos-migrate:
image: oryd/kratos:v1.0.0
image: oryd/kratos:v1.2.0
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.0.0
image: oryd/kratos:v1.2.0
ports:
- '4433:4433' # public
- '4434:4434' # admin
Expand Down

0 comments on commit f9fad88

Please sign in to comment.