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 Feb 20, 2024
1 parent d94530a commit d755fbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quickstart.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
kratos-migrate:
image: oryd/kratos:v1.0.0
image: oryd/kratos:v1.1.0
environment:
- DSN=sqlite:///var/lib/sqlite/db.sqlite?_fk=true&mode=rwc
volumes:
Expand All @@ -17,7 +17,7 @@ services:
networks:
- intranet
kratos-selfservice-ui-node:
image: oryd/kratos-selfservice-ui-node:v1.0.0
image: oryd/kratos-selfservice-ui-node:v1.1.0
environment:
- KRATOS_PUBLIC_URL=http://kratos:4433/
- KRATOS_BROWSER_URL=http://127.0.0.1:4433/
Expand All @@ -27,7 +27,7 @@ services:
kratos:
depends_on:
- kratos-migrate
image: oryd/kratos:v1.0.0
image: oryd/kratos:v1.1.0
ports:
- '4433:4433' # public
- '4434:4434' # admin
Expand Down

0 comments on commit d755fbb

Please sign in to comment.