-
Notifications
You must be signed in to change notification settings - Fork 26
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
Remove global folder and move folder contents up #2769
base: main
Are you sure you want to change the base?
Conversation
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.
One open point, else it looks good.
Please don't forget to test the scripts e.g. generate_models.
dev/docker-compose.dev.yml
Outdated
- ../tests:/app/tests | ||
- ../cli:/app/cli | ||
- ../global:/app/global | ||
- ../scripts:/app/scripts | ||
environment: |
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.
I would think, that the data and meta are missing in the docker compose part now.
Pls test.
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.
Yes you are right. Everything was working but it should be included into the volumes. As well should requirements; to be more consistent.
Closes #2604