Skip to content

Commit 7746ee7

Browse files
feat(command): Add psql (postgres)
1 parent d3dabdc commit 7746ee7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ PHP_VERSION=8.1.3
2323
PROTOC_VERSION=3.9.1
2424
PROTOC_ARCH=${DEFAULT_ARCH}
2525
PROTOC_BASE=${DEFAULT_BASE}
26+
POSTGRES_VERSION=14.2
2627
PYTHON_VERSION=3.10
2728
PYTHON2_VERSION=2.7.18
2829
RUBY_VERSION=3.1.1

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ services:
112112
entrypoint: [ "perl" ]
113113
php:
114114
image: "php:${PHP_VERSION}"
115+
psql:
116+
image: "postgres:${POSTGRES_VERSION}"
117+
entrypoint: [ "psql" ]
115118
protoc:
116119
image: "protoc:${PROTOC_VERSION}"
117120
build:

0 commit comments

Comments
 (0)