更新 部署PostGIS.md
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
|||||||
# PGSQL
|
# PGSQL
|
||||||
pgsql-gis-16:
|
pgsql-gis-16:
|
||||||
# 不支持全文检索
|
# 不支持全文检索
|
||||||
image: postgis/postgis:16-master
|
image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/postgis/postgis:16-3.5
|
||||||
# 支持全文检索的自编译镜像
|
# 支持全文检索的自编译镜像
|
||||||
#image: pgsql-gis-fts:latest
|
#image: pgsql-gis-fts:latest
|
||||||
container_name: pgsql-gis-16
|
container_name: pgsql-gis-16
|
||||||
@@ -33,7 +33,7 @@ services:
|
|||||||
restart: on-failure:3
|
restart: on-failure:3
|
||||||
# PG Admin(HTTP)
|
# PG Admin(HTTP)
|
||||||
pgsql-admin:
|
pgsql-admin:
|
||||||
image: dpage/pgadmin4:latest # 替换
|
image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dpage/pgadmin4:6.18
|
||||||
container_name: pgsql-admin
|
container_name: pgsql-admin
|
||||||
ports:
|
ports:
|
||||||
- "18906:80" # 替换
|
- "18906:80" # 替换
|
||||||
@@ -46,7 +46,7 @@ services:
|
|||||||
restart: on-failure:3
|
restart: on-failure:3
|
||||||
# PG Admin(HTTPS)
|
# PG Admin(HTTPS)
|
||||||
# pgsql-admin:
|
# pgsql-admin:
|
||||||
# image: dpage/pgadmin4:latest
|
# image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dpage/pgadmin4:6.18
|
||||||
# container_name: pgsql-admin
|
# container_name: pgsql-admin
|
||||||
# ports:
|
# ports:
|
||||||
# - "18907:443"
|
# - "18907:443"
|
||||||
@@ -77,7 +77,7 @@ git clone https://github.com/amutu/zhparser.git
|
|||||||
## Dockerfile
|
## Dockerfile
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
FROM postgis/postgis:16-master
|
FROM swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/postgis/postgis:16-3.5
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user