postgresql version can specify

This commit is contained in:
Shao Yu Lung
2020-02-06 23:58:07 +08:00
parent 00676f0c8e
commit 63b3d2ff14
3 changed files with 7 additions and 4 deletions

View File

@ -469,7 +469,10 @@ services:
### PostgreSQL ###########################################
postgres:
build: ./postgres
build:
context: ./postgres
args:
- POSTGRES_VERSION=${POSTGRES_VERSION}
volumes:
- ${DATA_PATH_HOST}/postgres:/var/lib/postgresql/data
- ${POSTGRES_ENTRYPOINT_INITDB}:/docker-entrypoint-initdb.d