Add POSTGIS_VERSION argument
This commit is contained in:
parent
3d18d92ff2
commit
2efec41e55
@ -625,7 +625,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ./postgres-postgis
|
context: ./postgres-postgis
|
||||||
args:
|
args:
|
||||||
- POSTGRES_VERSION=${POSTGRES_VERSION}
|
- POSTGIS_VERSION=${POSTGIS_VERSION}
|
||||||
- INSTALL_PGSQL_HTTP_FOR_POSTGIS13=${POSTGIS_INSTALL_PGSQL_HTTP_FOR_POSTGIS13}
|
- INSTALL_PGSQL_HTTP_FOR_POSTGIS13=${POSTGIS_INSTALL_PGSQL_HTTP_FOR_POSTGIS13}
|
||||||
volumes:
|
volumes:
|
||||||
- ${DATA_PATH_HOST}/postgres:/var/lib/postgresql/data
|
- ${DATA_PATH_HOST}/postgres:/var/lib/postgresql/data
|
||||||
|
Loading…
Reference in New Issue
Block a user