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

Add better default values to docker-compose file

parent 533edaa2
No related branches found
No related tags found
1 merge request!5Service Integration
......@@ -15,11 +15,11 @@ services:
command:
serve all --dangerous-force-http --dangerous-allow-insecure-redirect-urls "http://localhost:13337/callback"
environment:
- URLS_SELF_ISSUER=http://oas.example.net:4444/
- URLS_CONSENT=http://oas.example.net:5001/
- URLS_LOGIN=http://oas.example.net:5000/
- URLS_LOGOUT=http://oas.example.net:5000/logout
- URLS_POST_LOGOUT_REDIRECT=http://oas.example.net:5000/
- URLS_SELF_ISSUER=http://localhost:4444/
- URLS_CONSENT=http://localhost:5001/
- URLS_LOGIN=http://localhost:5000/
- URLS_LOGOUT=http://localhost:5000/logout
- URLS_POST_LOGOUT_REDIRECT=http://localhost:5000/
- DSN=memory
- SECRETS_SYSTEM=youReallyNeedToChangeThis
- OIDC_SUBJECT_TYPES_SUPPORTED=public,pairwise
......
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