Skip to content

Commit

Permalink
Update oryd/hydra Docker tag to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 9, 2024
1 parent 7db1753 commit fa55420
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
- governor

hydra:
image: oryd/hydra:v1.11.10
image: oryd/hydra:v2.2.0
ports:
- "4444:4444" # Public Port
- "4445:4445" # Admin Port
Expand All @@ -78,7 +78,7 @@ services:
- governor

hydra-migrate:
image: oryd/hydra:v1.11.10
image: oryd/hydra:v2.2.0
environment:
- DSN=cockroach://root@crdb:26257/hydra_dev?sslmode=disable&max_conns=20&max_idle_conns=4
command: migrate -c /etc/config/hydra/hydra.yml sql -e --yes
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
- governor

hydra:
image: oryd/hydra:v1.11.10
image: oryd/hydra:v2.2.0
ports:
- "4444:4444" # Public Port
- "4445:4445" # Admin Port
Expand All @@ -62,7 +62,7 @@ services:
- governor

hydra-migrate:
image: oryd/hydra:v1.11.10
image: oryd/hydra:v2.2.0
environment:
- DSN=cockroach://root@crdb:26257/hydra?sslmode=disable&max_conns=20&max_idle_conns=4
command: migrate -c /etc/config/hydra/hydra.yml sql -e --yes
Expand Down

0 comments on commit fa55420

Please sign in to comment.