Skip to content

Commit

Permalink
Changed image to bitnami/pgbouncer
Browse files Browse the repository at this point in the history
  • Loading branch information
kisztof committed Aug 22, 2023
1 parent c2531b4 commit df67a59
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
11 changes: 9 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,15 @@ services:
POSTGRES_PASSWORD: password

pgbouncer:
build: ./pgbouncer
image: bitnami/pgbouncer
environment:
POSTGRESQL_HOST: postgres
POSTGRESQL_USERNAME: username
POSTGRESQL_PASSWORD: password
POSTGRESQL_DATABASE: postgres
PGBOUNCER_POOL_MODE: transaction
PGBOUNCER_PORT: 6432
ports:
- "6432:6432"
depends_on:
- postgres
- postgres
4 changes: 0 additions & 4 deletions pgbouncer/Dockerfile

This file was deleted.

8 changes: 0 additions & 8 deletions pgbouncer/pgbouncer.ini

This file was deleted.

1 change: 0 additions & 1 deletion pgbouncer/userlist.txt

This file was deleted.

0 comments on commit df67a59

Please sign in to comment.