add pgbouncer
This commit is contained in:
parent
d6e39dae83
commit
fc83fbfa12
2 changed files with 21 additions and 0 deletions
8
pgbouncer/Makefile
Normal file
8
pgbouncer/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
all: pull build
|
||||
|
||||
|
||||
pull:
|
||||
docker pull alpine:latest
|
||||
|
||||
build:
|
||||
docker build --no-cache=true -t pgbouncer .
|
||||
Loading…
Add table
Add a link
Reference in a new issue