-
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
deployment to test API #227
Conversation
dev/docker-compose.test.yaml
Outdated
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.
any reason why this is a new file, rather than a change in dev/docker-compose.yaml?
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.
For testing I wanted to have an empty database which is maybe not so practical for deploying SciCat for actual development.
I added an additional service called "test_be_next" and not just a profile (contrary to what we discussed @minottic ). The reason is that for testing another environment file is required. |
thanks. Yes, I think it's unavoidable. I'll propose a small change on Monday, to see if we can reuse part of the existing .env, but looks good otherwise. Thanks! |
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.
there are some conflicts to fix, but after that it looks good! as long as we include the jobconfig.json
file, I am happy to resolve the other comments in another PR
I updated the docker-compose as you asked. |
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.
after resolving the conflicts and adding the extra lines we can merge
Thanks!
mounts functional Accounts and assigns respective groups permission to test the API