We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4875a6e commit 03ee6f2Copy full SHA for 03ee6f2
.devcontainer/docker-compose.yml
@@ -62,7 +62,7 @@ services:
62
63
# hydra
64
hydra:
65
- image: oryd/hydra:v1.11.10
+ image: oryd/hydra:v25.4.0
66
ports:
67
- "4444:4444" # Public Port
68
- "4445:4445" # Admin Port
@@ -79,7 +79,7 @@ services:
79
- governor
80
81
hydra-migrate:
82
83
environment:
84
- DSN=postgres://postgres:postgres@pg:5432/hydra_dev?sslmode=disable&max_conns=20&max_idle_conns=4
85
command: migrate -c /etc/config/hydra/hydra.yml sql -e --yes
0 commit comments