Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
hydra:
image: oryd/hydra:v2.3
image: oryd/hydra:v25.4
command: serve public --dev -c /etc/config/hydra/hydra.yml
configs:
- source: hydra_config
Expand All @@ -25,7 +25,7 @@ services:
- hydra-postgresd

hydra-admin:
image: oryd/hydra:v2.3
image: oryd/hydra:v25.4
command: serve admin -c /etc/config/hydra/hydra.yml
configs:
- source: hydra_config
Expand All @@ -50,7 +50,7 @@ services:
- hydra-postgresd

hydra-migrate:
image: oryd/hydra:v2.3
image: oryd/hydra:v25.4
command: migrate -c /etc/config/hydra/hydra.yml sql -e --yes
configs:
- source: hydra_config
Expand Down
Loading