Skip to content

Commit

Permalink
fix: bump quickstart images to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 27, 2022
1 parent c43aba3 commit 8c763ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions quickstart.yml
Expand Up @@ -12,12 +12,12 @@
version: "3.7"
services:
hydra:
image: oryd/hydra:v1.11.10
image: oryd/hydra:v2.0.0
ports:
- "4444:4444" # Public port
- "4445:4445" # Admin port
- "5555:5555" # Port for hydra token user
command: serve -c /etc/config/hydra/hydra.yml all --dangerous-force-http
command: serve -c /etc/config/hydra/hydra.yml all --dev
volumes:
- type: volume
source: hydra-sqlite
Expand All @@ -34,7 +34,7 @@ services:
networks:
- intranet
hydra-migrate:
image: oryd/hydra:v1.11.10
image: oryd/hydra:v2.0.0
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:v1.11.10
image: oryd/hydra-login-consent-node:v2.0.0
ports:
- "3000:3000"
restart: unless-stopped
Expand Down

0 comments on commit 8c763ad

Please sign in to comment.