-
Notifications
You must be signed in to change notification settings - Fork 196
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
[extended] convert server/ to TypeScript #1232
[extended] convert server/ to TypeScript #1232
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.
fixup commits look good! thanks for doing this @patcon 🙏
@colinmegill Was just reviewing this! You beat me to it :-) |
@@ -30,6 +30,7 @@ services: | |||
- "polis-net" | |||
ports: | |||
- "5000:5000" | |||
- "9229:9229" |
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.
@colinmegill @patcon @micahstubbs As mentioned here, this should be unnecessary given the docker-compose.dev.yml
, and needs to be removed as part of the process of moving all of the development related docker-compose.yml
config over to *.dev.yml
(in order to get our docker compose setup production ready).
Thanks so much @micahstubbs and @patcon for getting this in! |
I am so stoked for this guys! Thanks a million, @micahstubbs! 🎉 |
Alternative to #961
Same PR, but with my extra fix-up commits pulled in (see #961 (comment)), which should pass the tests for simplest possible merge.