Skip to content
Snippets Groups Projects
Verified Commit 2e6fba5a authored by Mark's avatar Mark
Browse files

Better defaults

parent 257fac05
No related branches found
No related tags found
1 merge request!7Integration user panel
......@@ -13,7 +13,7 @@ services:
- "4445:4445" # Admin port
- "5555:5555" # Port for hydra token user
command:
serve all --dangerous-force-http --dangerous-allow-insecure-redirect-urls "http://127.0.0.1:13337/callback"
serve all --dangerous-force-http --dangerous-allow-insecure-redirect-urls "http://127.0.0.1:13337/callback, http://localhost:3000/callback"
environment:
- URLS_SELF_ISSUER=http://localhost:4444/
- URLS_CONSENT=http://localhost:5001/consent
......@@ -61,6 +61,8 @@ services:
image: postgres:11
environment:
- POSTGRES_PASSWORD=secret
ports:
- "5432:5432"
oauth:
build: ./test/login_logout
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment