https://github.com/udhos/aaa
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/udhos/aaa
- Owner: udhos
- License: mit
- Created: 2024-08-22T23:11:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-22T23:57:42.000Z (over 1 year ago)
- Last Synced: 2025-03-03T01:36:21.433Z (10 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aaa
# Start
```
git clone https://github.com/ory/kratos.git
cd kratos
git checkout master
docker-compose -f quickstart.yml -f quickstart-standalone.yml up --build --force-recreate
```
Source: https://www.ory.sh/docs/kratos/quickstart
Open http://127.0.0.1:4455/welcome
# Stop
```
docker-compose -f quickstart.yml down -v
docker-compose -f quickstart.yml rm -fsv
```