-
Notifications
You must be signed in to change notification settings - Fork 27
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
327 adds docker compose setup w postgres #328
base: main
Are you sure you want to change the base?
327 adds docker compose setup w postgres #328
Conversation
…als, adds X qualifier to twitter, marks all optional
Can attest that this worked beautifully. Just had to run |
@@ -0,0 +1,34 @@ | |||
version: '3.9' |
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'm pretty sure "version" is obsolete and can be removed. Additionally, the new idiom is to call this file compose.yaml
. Would you mind making that change?
|
||
services: | ||
db: | ||
image: postgres:15 |
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.
Is there a reason for 15 rather than 16 or 17?
Can you remove 27bec45 from this PR and make it just docker compose? |
As long as somebody’s actually using the feature, seems like a good idea. This PR also seems to include a commit from the social media feature? May need a rebase + force push. |
Closes #327