优化pg 配置

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
新疆萌森软件开发工作室 2024-10-30 13:40:02 +08:00
parent d61bed90de
commit 944e71aa40
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ networks:
services: services:
postgresql: postgresql:
image: postgres:16.4-alpine image: postgres:16.4-alpine
container_name: pg16-alpine-${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"
restart: always restart: always

View File

@ -5,7 +5,7 @@ networks:
services: services:
postgresql: postgresql:
image: postgres:16.4 image: postgres:16.4
container_name: pg16-${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"
restart: always restart: always

View File

@ -5,7 +5,7 @@ networks:
services: services:
postgresql: postgresql:
image: postgres:17.0-alpine image: postgres:17.0-alpine
container_name: pg17-alpine-${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"
restart: always restart: always

View File

@ -5,7 +5,7 @@ networks:
services: services:
postgresql: postgresql:
image: postgres:17.0 image: postgres:17.0
container_name: pg17-${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"
restart: always restart: always