Skip to content
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: add Postgres module #945

Merged
merged 20 commits into from
Mar 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: link to Docker Hub
  • Loading branch information
mdelapenya committed Mar 21, 2023
commit 480d39e535dc5979500982d6046fb359c34c9f25
3 changes: 3 additions & 0 deletions docs/modules/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ func StartContainer(ctx context.Context, opts ...PostgresContainerOption) (*Post

When starting the Postgres container, you can pass options in a variadic way to configure it.

!!!tip
You can find all the available configuration and environment variables for the Postgres Docker image on [Docker Hub](https://hub.docker.com/_/postgres).

### Image

If you need to set a different Postgres Docker image, you can use `WithImage` with a valid Docker image
Expand Down