-
Notifications
You must be signed in to change notification settings - Fork 34
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
Dev Updates #188
Dev Updates #188
Conversation
@@ -21,6 +21,8 @@ services: | |||
depends_on: | |||
- "postgres" | |||
- "redis" | |||
healthcheck: |
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 was just thinking about this... I think we should do this, but it should be in docker-compose.dev.yml
instead.
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 can get this moved, but brings up another question, what is the point of the docker-compose.dev.yml
compared to docker-compose.yml
within the development
directory? Is it a bit too many files then, since everything in the directory should be a development file.
It's just a question that I really don't have an answer for.
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 in the .github
folder?
Too complex of updates. Closing. |
Closes: #187
What's Changed
TODO