Skip to content

Commit

Permalink
autogen(docs): generate and bump docs
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Oct 27, 2022
1 parent 403223c commit 94aadf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quickstart.yml
Expand Up @@ -12,7 +12,7 @@
version: "3.7"
services:
hydra:
image: oryd/hydra:v2.0.0
image: oryd/hydra:v2.0.1
ports:
- "4444:4444" # Public port
- "4445:4445" # Admin port
Expand All @@ -34,7 +34,7 @@ services:
networks:
- intranet
hydra-migrate:
image: oryd/hydra:v2.0.0
image: oryd/hydra:v2.0.1
environment:
- DSN=sqlite:///var/lib/sqlite/db.sqlite?_fk=true
command: migrate -c /etc/config/hydra/hydra.yml sql -e --yes
Expand All @@ -52,7 +52,7 @@ services:
consent:
environment:
- HYDRA_ADMIN_URL=http://hydra:4445
image: oryd/hydra-login-consent-node:v2.0.0
image: oryd/hydra-login-consent-node:v2.0.1
ports:
- "3000:3000"
restart: unless-stopped
Expand Down

0 comments on commit 94aadf8

Please sign in to comment.