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 Oct 20, 2023
1 parent 1e70e41 commit 9f3ec85
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 @@ -58,7 +58,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 @@ -79,7 +79,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 @@ -43,7 +43,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 @@ -64,7 +64,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 9f3ec85

Please sign in to comment.