Skip to content

Commit

Permalink
feat(command): Add psql (postgres)
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeversteegh committed Mar 21, 2022
1 parent d3dabdc commit 7746ee7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ PHP_VERSION=8.1.3
PROTOC_VERSION=3.9.1
PROTOC_ARCH=${DEFAULT_ARCH}
PROTOC_BASE=${DEFAULT_BASE}
POSTGRES_VERSION=14.2
PYTHON_VERSION=3.10
PYTHON2_VERSION=2.7.18
RUBY_VERSION=3.1.1
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ services:
entrypoint: [ "perl" ]
php:
image: "php:${PHP_VERSION}"
psql:
image: "postgres:${POSTGRES_VERSION}"
entrypoint: [ "psql" ]
protoc:
image: "protoc:${PROTOC_VERSION}"
build:
Expand Down

0 comments on commit 7746ee7

Please sign in to comment.