-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker: Create a parameters.yaml.dist that works in a docker dev env #405
Conversation
e2a8f61
to
5cac999
Compare
36edbf6
to
25c9679
Compare
This will let the logs go to stdout when running as a container, which is the Docker way to send logs
config/legacy/parameters.yaml.dist
Outdated
self_service_email_verification_url_template: https://selfservice.tld/verify-email?n={nonce} | ||
email_sender_name: SURFnet bv | ||
email_sender_email: [email protected] | ||
self_service_email_verification_url_template: https://sa.dev.openconext.local/verify-email?n={nonce} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be: selfservice.dev.openconext.local
?
config/legacy/parameters.yaml.dist
Outdated
|
||
self_service_url: https://selfservice.tld | ||
self_service_url: https://sa.dev.openconext.local |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again SA -> selfservice
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIce one! Ship-it!
This PR is part of the larger project where we aim to build docker containers of all Stepup apps. All the application .dist files are modified so they will, when instantiated, out of the box with the other docker containers (with a docker-compose file that can be found here: https://github.com/OpenConext/OpenConext-devconf/blob/main/stepup/docker-compose.yml