-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat: simplify the docker-compose setup so we do less version coordinations #12998
Conversation
Ignore the hobby CI. It's broken and needs fixing (there is a prompt for input while installing dependencies now) |
docker-compose.base.yml
Outdated
@@ -0,0 +1,63 @@ | |||
# | |||
# docker-compose file used ONLY for local development. |
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.
Not sure if this comment is accurate
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.
ah, good catch!
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.
Minor comment, overall LGTM
depends on #12997
This moves from
docker-compose
todocker compose
which is how github differentiates between v1 and v2Problem
This makes it easier by having a base docker-compose template for development by using
extends
. Very exciting!https://github.com/compose-spec/compose-spec/blob/master/spec.md#extends
Changes
👉 Stay up-to-date with PostHog coding conventions for a smoother review.
How did you test this code?