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 Dec 28, 2024
1 parent 6c1d3db commit 39afa02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
retries: 5

hydra-migrate:
image: oryd/hydra:v1.11.10
image: oryd/hydra:v2.2.0
command: migrate -c /etc/config/hydra/hydra.yml sql -e --yes
environment:
- DSN=postgres://hydra:banana@hydra-db:5432/hydra?sslmode=disable
Expand All @@ -60,7 +60,7 @@ services:
condition: service_healthy

hydra:
image: oryd/hydra:v1.11.10
image: oryd/hydra:v2.2.0
ports:
- "4444:4444" # Public port
- "4445:4445" # Admin port
Expand All @@ -83,7 +83,7 @@ services:
retries: 5

hydra-testdata:
image: oryd/hydra:v1.11.10
image: oryd/hydra:v2.2.0
entrypoint: >
hydra clients create
--skip-tls-verify
Expand Down

0 comments on commit 39afa02

Please sign in to comment.