-
Notifications
You must be signed in to change notification settings - Fork 56
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
Docker compose #303
Docker compose #303
Conversation
@@ -0,0 +1 @@ | |||
CREATE EXTENSION IF NOT EXISTS pg_duckdb; |
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 created #305 to bake this into the docker images themselves.
121f58a
to
fa94280
Compare
note that the incentive here to have this file is to give users an easy way to customize or add additional settings, like the motherduck token and background worker settings
fa94280
to
f2d668a
Compare
I figured out the psql issue. The secret to inter-container networking is you need to use the name of service as the hostname. But compose doesnt really support anything interactive, so best to axe it. We could set up adminer or similar, but I tried adminer and is functional but ugly. Maybe we can add drizzle studio which is a bit slicker, but they don't have an image that would work out of the box. Anyway, done for now. |
Usage:
Alternatively, the compose file and config file
docker
directory can be downloaded and used directly without the rest of the repo.